Skip to main content

ASPxClientDockZoneCancelEventArgs Members

In This Article
Provides data for the ASPxClientDockZone.BeforeDock event.

#Constructors

Name Description
constructor(processOnServer, panel) Initializes a new object of the ASPxClientDockZoneCancelEventArgs type with the specified settings.

#Properties
Show Inherited Hide Inherited

Name Description
cancel Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientProcessingModeCancelEventArgs.
panel Gets the panel currently being processed.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also