BCGControlBar Library for .NET
ClosedTabItem Property




Syntax
'Declaration
 
Public ReadOnly Property ClosedTabItem As TabItem
'Usage
 
Dim instance As BeforeCloseTabEventArgs
Dim value As TabItem
 
value = instance.ClosedTabItem
public TabItem ClosedTabItem {get;}
public: __property TabItem* get_ClosedTabItem();
public:
property TabItem^ ClosedTabItem {
   TabItem^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BeforeCloseTabEventArgs Class
BeforeCloseTabEventArgs Members

Send Feedback