Click or drag to resize

TabViewEventHandler Delegate

Represents a method that handles the TabViewActivated event of Application.

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 TabViewEventHandler(
	Object sender,
	TabViewEventArgs e
)

Parameters

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