DockOperationStartingEventHandler Delegate
In This Article
The method that will handle the DockLayoutManager.DockOperationStarting event.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v24.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 Dock |
e | Dock |
A Dock |
See Also