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