New posts in delegates

What's the difference between 'weak' and 'assign' in delegate property declaration

Proper naming convention for a .NET Delegate type? [closed]

What is the difference between Func<string,string> and delegate?

What is meant by .delegate=self?

Difference between protocol and delegates?

Assigning events in object initializer

EventHandler called once without event fired

Is EndInvoke() optional, sort-of optional, or definitely not optional?

Wrapping StopWatch timing with a delegate or lambda?

How do C# Events work behind the scenes?

How to add a delegate to an interface C#

When would you use delegates in C#? [closed]

How do I know that the UICollectionView has been loaded completely?

How do I get the result of a method called via delegate handler?

C# pattern to prevent an event handler hooked twice [duplicate]

Why pass a delegate to a function instead of calling a function inside a function?

Where do I use delegates? [closed]

Creating delegates manually vs using Action/Func delegates

Are C# events synchronous?

How to store and load data properly with CoreData?