DockOperationStartingEventArgs(BaseLayoutItem, BaseLayoutItem, DockOperation) Constructor
Initializes a new instance of the DockOperationStartingEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
public DockOperationStartingEventArgs(
BaseLayoutItem item,
BaseLayoutItem dockTarget,
DockOperation dockOperation
)
Parameters
Name | Type | Description |
---|---|---|
item | BaseLayoutItem | A BaseLayoutItem that raised the event. |
dockTarget | BaseLayoutItem | A BaseLayoutItem to which an item is to be docked. |
dockOperation | DockOperation | A DockOperation enumerator value that specifies the current operation type. |
See Also