PropertyTabChangedEventArgs(PropertyTab, PropertyTab) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della classe PropertyTabChangedEventArgs.
public:
PropertyTabChangedEventArgs(System::Windows::Forms::Design::PropertyTab ^ oldTab, System::Windows::Forms::Design::PropertyTab ^ newTab);
public PropertyTabChangedEventArgs (System.Windows.Forms.Design.PropertyTab oldTab, System.Windows.Forms.Design.PropertyTab newTab);
public PropertyTabChangedEventArgs (System.Windows.Forms.Design.PropertyTab? oldTab, System.Windows.Forms.Design.PropertyTab? newTab);
new System.Windows.Forms.PropertyTabChangedEventArgs : System.Windows.Forms.Design.PropertyTab * System.Windows.Forms.Design.PropertyTab -> System.Windows.Forms.PropertyTabChangedEventArgs
Public Sub New (oldTab As PropertyTab, newTab As PropertyTab)
Parametri
- oldTab
- PropertyTab
Scheda delle proprietà precedentemente selezionata.
- newTab
- PropertyTab
Ultima scheda delle proprietà selezionata.