New posts in delegates

Simple Delegate (delegate) vs. Multicast delegates

Performance of calling delegates vs methods

iOS: Using UIView's 'drawRect:' vs. its layer's delegate 'drawLayer:inContext:'

Is it possible to have a delegate as attribute parameter?

Create empty C# event handlers automatically

5 years later, is there something better than the "Fastest Possible C++ Delegates"?

C#: Difference between ' += anEvent' and ' += new EventHandler(anEvent)'

How to change uitableview delete button text

Using delegates in C#

Is Delegate.EndInvoke() really necessary?

How to pass an event to a method?

C# Generics won't allow Delegate Type Constraints

Difference between Delegate.Invoke and Delegate()

C# 3.0 generic type inference - passing a delegate as a function parameter

Calling functions by array index in Python

Could we save delegates in a file (C#)

Is there a downside to adding an anonymous empty delegate on event declaration?

NSNotificationCenter vs delegation( using protocols )?

Assigning to 'id<Delegate>' from incompatible type 'ViewController *const_strong'

What exactly does delegate do in xcode ios project?