NetXP 3.0 Reference

TabbedGroups.TabControlCreatedHandler Delegate

Defines an event handler.

[Visual Basic]
Public Delegate Sub TabbedGroups.TabControlCreatedHandler( _
   ByVal tg As TabbedGroups, _
   ByVal tc As TabControl _
)
[C#]
public delegate void TabbedGroups.TabControlCreatedHandler(
   TabbedGroups tg,
   TabControl tc
);

Requirements

Namespace: NETXP.Controls.Docking

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

See Also

NETXP.Controls.Docking Namespace