Overload List
| Name | Description | |
|---|---|---|
| RegisterForComponentEvent(String, String, EventHandler EventArgs ) |
Registers the given event handler for an event to a specific component by its name
| |
| RegisterForComponentEvent(String, String, String, EventHandler EventArgs ) |
Registers the given event handler for an event to a specific component by its name
| |
| RegisterForComponentEvent ArgsType (String, String, String, EventHandler ArgsType ) |
Registers the given event handler for an event to a specific component by its name
|
See Also