TdxCancelEventArgs Class
The base class for all argument containers for event handlers that can cancel pending operations.
Declaration
TdxCancelEventArgs = class abstract(TdxEventArgs)
Remarks
Do not use the TdxCancelEventArgs
class directly. Use its descendants instead.
Inheritance
TObject
TdxEventArgs
TdxCancelEventArgs
See Also