Callback

Callback typedef

The type of the delegates represented by the MulticastDelegate class.

using System::MulticastDelegate< ReturnType(ArgumentTypes...)>::Callback =  Delegate<ReturnType(ArgumentTypes...)>

See Also