ASPxClientDockZoneCancelEventArgs Class
Provides data for the ASPxClientDockZone.BeforeDock event.
Declaration
declare class ASPxClientDockZoneCancelEventArgs extends ASPxClientProcessingModeCancelEventArgs
Remarks
Objects of the ASPxClientDockZoneCancelEventArgs type are used as arguments for the ASPxClientDockZone.BeforeDock event generated on the client side.
ASPxClientDockZoneCancelEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Inheritance
ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
ASPxClientProcessingModeCancelEventArgs
ASPxClientDockZoneCancelEventArgs
See Also