Skip to main content

constructor(processOnServer, panel) Constructor

Initializes a new object of the ASPxClientDockZoneProcessingModeEventArgs type with the specified settings.

Declaration

constructor(
    processOnServer: boolean,
    panel: ASPxClientDockPanel
)

Parameters

Name Type Description
processOnServer boolean

true to process the event on the server side; false to completely handle it on the client side.

panel ASPxClientDockPanel

An ASPxClientDockPanel object that is a panel related to the event.

Remarks

For internal use only.

See Also