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

DockOperationStartingEventArgs Constructors

Provides data for the DockLayoutManager.DockOperationStarting event.
Name Parameters Description
DockOperationStartingEventArgs(BaseLayoutItem, BaseLayoutItem, DockOperation) item, dockTarget, dockOperation Initializes a new instance of the DockOperationStartingEventArgs class with the specified settings.
DockOperationStartingEventArgs(BaseLayoutItem, DockOperation) item, dockOperation Initializes a new instance of the DockOperationStartingEventArgs class with the specified settings.
See Also