NetXP 3.0 Reference

TabControl.PopupMenuHandler Delegate

Event handler for when a popup menu is about to be shown.

[Visual Basic]
Public Delegate Sub TabControl.PopupMenuHandler( _
   ByVal sender As Object, _
   ByVal ctl As TabControl, _
   ByVal pt As Point _
)
[C#]
public delegate void TabControl.PopupMenuHandler(
   object sender,
   TabControl ctl,
   Point pt
);

Requirements

Namespace: NETXP.Controls.Docking

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

See Also

NETXP.Controls.Docking Namespace