[]
        
(Showing Draft Content)

CancelEventArgs

Type Alias: CancelEventArgs

type CancelEventArgs = object & EventArgs;

Base type for cancelable event arguments.

Type declaration

cancel?

optional cancel: boolean;

Indicates whether the event should be canceled.