Click or drag to resize

CancelableEvent Properties

The CancelableEvent type exposes the following members.

Properties
  NameDescription
Public propertyHasValue
Is there a current event that hasn't been canceled.
Public propertyValue
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.
Top
See Also