Method RemoveEventFrom
RemoveEventFrom(int)
Removes an event from a specified position of the event list.
Declaration
protected void RemoveEventFrom(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | Index of the targeted event. |
Removes an event from a specified position of the event list.
protected void RemoveEventFrom(int index)
Type | Name | Description |
---|---|---|
int | index | Index of the targeted event. |