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

DockOperationStartingEventHandler Delegate

The method that will handle the DockLayoutManager.DockOperationStarting event.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

public delegate void DockOperationStartingEventHandler(
    object sender,
    DockOperationStartingEventArgs e
);

Parameters

Name Type Description
sender Object

An Object that raised the DockLayoutManager.DockOperationStarting event.

e DockOperationStartingEventArgs

A DockOperationStartingEventArgs object that provides data for the DockLayoutManager.DockOperationStarting event.

See Also