Skip to main content

ASPxClientDockPanelProcessingModeCancelEventArgs Members

Provides data for the ASPxClientDockPanel.BeforeDock event.

Constructors

Name Description
constructor(processOnServer, zone) For internal use only.

Properties

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