Cancelable |
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. |