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