NetXP 3.0 Reference

CloseRequestEventArgs Constructor 

Constructs a new CloseRequestEventArgs object.

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

Parameters

tgn
The tab group node.
tc
The tab control.
tp
The tab page.

See Also

CloseRequestEventArgs Class | NETXP.Controls.Docking Namespace