ActiveDesignerEventArgs(IDesignerHost, IDesignerHost) Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

oldDesigner
IDesignerHost

Document qui perd l’activation.

newDesigner
IDesignerHost

Document qui obtient l’activation.

S’applique à

Voir aussi