LayoutItemMovedEventArgs(BaseLayoutItem, BaseLayoutItem, MoveType) Constructor
Initializes a new instance of the LayoutItemMovedEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
public LayoutItemMovedEventArgs(
BaseLayoutItem item,
BaseLayoutItem target,
MoveType type
)
Parameters
Name | Type | Description |
---|---|---|
item | BaseLayoutItem | A BaseLayoutItem object that represents the currently processed item. |
target | BaseLayoutItem | A BaseLayoutItem object that represents the item next to which the current item is inserted. |
type | MoveType | A MoveType value that specifies how the current item is moved. |
See Also