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