Skip to main content
A newer version of this page is available. .

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.

See Also