NetXP 3.0 Reference

TabbedGroups.ExternalDropHandler Delegate

Defines an event handler.

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

Requirements

Namespace: NETXP.Controls.Docking

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

See Also

NETXP.Controls.Docking Namespace