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