ActiveDesignerEventArgs(IDesignerHost, IDesignerHost) 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 ActiveDesignerEventArgs.
public:
ActiveDesignerEventArgs(System::ComponentModel::Design::IDesignerHost ^ oldDesigner, System::ComponentModel::Design::IDesignerHost ^ newDesigner);
public ActiveDesignerEventArgs(System.ComponentModel.Design.IDesignerHost oldDesigner, System.ComponentModel.Design.IDesignerHost newDesigner);
new System.ComponentModel.Design.ActiveDesignerEventArgs : System.ComponentModel.Design.IDesignerHost * System.ComponentModel.Design.IDesignerHost -> System.ComponentModel.Design.ActiveDesignerEventArgs
Public Sub New (oldDesigner As IDesignerHost, newDesigner As IDesignerHost)
Parametri
- oldDesigner
- IDesignerHost
Documento che sta perdendo l'attivazione.
- newDesigner
- IDesignerHost
Documento che sta ottenendo l'attivazione.