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

DockItemDockingEventArgs Constructors

Provides data for the DockLayoutManager.DockItemDocking event.
Name Parameters Description
DockItemDockingEventArgs(BaseLayoutItem, Point, BaseLayoutItem, DockType, Boolean) item, pt, target, type, isHiding Initializes a new instance of the DockItemDockingEventArgs class with the specified settings.
DockItemDockingEventArgs(Boolean, BaseLayoutItem, Point, BaseLayoutItem, DockType, Boolean) cancel, item, pt, target, type, isHiding Initializes a new instance of the DockItemDockingEventArgs class with the specified settings.
See Also