Method AddHandler
AddHandler(Delegate)
Adds the specified event handler to the specified event.
public void AddHandler(Delegate handler)
Parameters
handler
Delegate
Adds the specified event handler to the specified event.
public void AddHandler(Delegate handler)
handler
Delegate