Skip to main content
A newer version of this page is available. .

DockOperationStartingEventArgs(BaseLayoutItem, DockOperation) Constructor

Initializes a new instance of the DockOperationStartingEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public DockOperationStartingEventArgs(
    BaseLayoutItem item,
    DockOperation dockOperation
)

Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem that raised the event.

dockOperation DockOperation

A DockOperation enumerator value that specifies the current operation type.

See Also