NetXP 3.0 Reference

TabControlCreatedHandler Delegate

A tab control has been created.

[Visual Basic]
Public Delegate Sub TabControlCreatedHandler( _
   ByVal tabControl As TabControl _
)
[C#]
public delegate void TabControlCreatedHandler(
   TabControl tabControl
);

Requirements

Namespace: NETXP.Controls.Docking

Assembly: NETXP.Controls.Docking (in NETXP.Controls.Docking.dll)

See Also

NETXP.Controls.Docking Namespace