PropertyTabChangedEventArgs Constructor (PropertyTab^, PropertyTab^)

 

Initializes a new instance of the PropertyTabChangedEventArgs class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
PropertyTabChangedEventArgs(
	PropertyTab^ oldTab,
	PropertyTab^ newTab
)

Parameters

oldTab
Type: System.Windows.Forms.Design::PropertyTab^

The Previously selected property tab.

newTab
Type: System.Windows.Forms.Design::PropertyTab^

The newly selected property tab.

.NET Framework
Available since 1.1
Return to top
Show: