Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
AddHandler associates an event with an event handler at run time, or declares what code to execute when adding an event handler.
Remarks
The AddHandler keyword is used in these contexts:
Event Statement
The AddHandler keyword declares a custom AddHandler accessor.AddHandler Statement
The AddHandler keyword associates an event with an event handler.