Skip to main content

constructor(processOnServer, panel, zone) Constructor

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

Declaration

constructor(
    processOnServer: boolean,
    panel: ASPxClientDockPanel,
    zone: ASPxClientDockZone
)

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.

zone ASPxClientDockZone

An ASPxClientDockZone object that is a zone related to the event.

Remarks

For internal use only.

See Also