[]
type CancelEventArgs = object & EventArgs;
Base type for cancelable event arguments.
optional cancel: boolean;
Indicates whether the event should be canceled.