IEventBinding.AddHandler Method |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)
void AddHandler( ref Object instance, Delegate handler )
Parameters
- instance
- Type: System.Object
Target instance on which the event is defined (null if the event is static). - handler
- Type: System.Delegate
Handler to be added to the event.
The instance parameter is passed by reference so that instance methods of value types ( struct in C#) are allowed to change the value of the instance.