NetXP 3.0 Reference

TabbedGroups.GlobalSavingHandler Delegate

Defines an event handler.

[Visual Basic]
Public Delegate Sub TabbedGroups.GlobalSavingHandler( _
   ByVal tg As TabbedGroups, _
   ByVal xmlOut As XmlTextWriter _
)
[C#]
public delegate void TabbedGroups.GlobalSavingHandler(
   TabbedGroups tg,
   XmlTextWriter xmlOut
);

Requirements

Namespace: NETXP.Controls.Docking

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

See Also

NETXP.Controls.Docking Namespace