Skip to main content

TdxCancelEventArgs Class

The base class for all classes that implement argument containers for event handlers that can cancel pending operations.

Declaration

TdxCancelEventArgs = class abstract(TdxEventArgs)

Remarks

This class extends its ancestor with the Cancel property that specifies whether an event handler cancels the pending event-related operation. An event that uses a TdxCancelEventArgs class descendant can occur before or after the corresponding operation, so the Cancel property value can cancel the operation only if the event occurs before it.

Do not use the TdxCancelEventArgs class directly. Use its descendants instead.

Inheritance

TObject
TdxEventArgs
TdxCancelEventArgs
See Also