Cancelable |
public struct CancelableEvent
The CancelableEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| HasValue | Is there a current event that hasn't been canceled. | |
| Value | Current event. Setting this to a new event (or null) cancels the previous event. Events are automatically set to canceled once the have been occurred. |
| Name | Description | |
|---|---|---|
| Cancel | Cancel the current event (equivalent to setting Value to null). | |
| Schedule | Schedule a new event. | |
| ToString |
Event string representation.
(Overrides ValueTypeToString) |