Click or drag to resize

DockingBarEventHandler Delegate

Represents a method that handles the DockingBar event.

Namespace:  RootPro.RootProCAD.UI
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public delegate void DockingBarEventHandler(
	Object sender,
	DockingBarEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: RootPro.RootProCAD.UIDockingBarEventArgs
Store event data DockingBarEventArgs .
See Also