NetXP 3.0 Reference

ContextMenuEventArgs Constructor 

Constructs a new ContextMenuEventArgs object.

[Visual Basic]
Public Sub New( _
   ByVal tgn As TabGroupNode, _
   ByVal tc As TabControl, _
   ByVal tp As TabPage, _
   ByVal contextMenu As ContextMenu _
)
[C#]
public ContextMenuEventArgs(
   TabGroupNode tgn,
   TabControl tc,
   TabPage tp,
   ContextMenu contextMenu
);

Parameters

tgn
The tab group node.
tc
The tab control.
tp
The tab page.
contextMenu
The context menu.

See Also

ContextMenuEventArgs Class | NETXP.Controls.Docking Namespace