Method RemoveEvent
RemoveEvent(string)
Removes an event from the event list of the component.
Declaration
protected void RemoveEvent(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the event. |
Removes an event from the event list of the component.
protected void RemoveEvent(string name)
Type | Name | Description |
---|---|---|
string | name | Name of the event. |