Skip to main content

DockOperationStartingEventHandler Delegate

The method that will handle the DockLayoutManager.DockOperationStarting event.

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

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