Back to Devexpress

DockOperationStartingEventHandler Delegate

wpf-devexpress-dot-xpf-dot-docking-dot-base-555f8e31.md

latest1.6 KB
Original Source

DockOperationStartingEventHandler Delegate

The method that will handle the DockLayoutManager.DockOperationStarting event.

Namespace : DevExpress.Xpf.Docking.Base

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public delegate void DockOperationStartingEventHandler(
    object sender,
    DockOperationStartingEventArgs e
);
vb
Public Delegate Sub DockOperationStartingEventHandler(
    sender As Object,
    e As DockOperationStartingEventArgs
)

Parameters

NameTypeDescription
senderObject

An Object that raised the DockLayoutManager.DockOperationStarting event.

| | e | DockOperationStartingEventArgs |

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

|

See Also

DevExpress.Xpf.Docking.Base Namespace