DesignerEventArgs(IDesignerHost) Constructor

Definition

Initializes a new instance of the DesignerEventArgs class.

public:
 DesignerEventArgs(System::ComponentModel::Design::IDesignerHost ^ host);
public DesignerEventArgs (System.ComponentModel.Design.IDesignerHost host);
public DesignerEventArgs (System.ComponentModel.Design.IDesignerHost? host);
new System.ComponentModel.Design.DesignerEventArgs : System.ComponentModel.Design.IDesignerHost -> System.ComponentModel.Design.DesignerEventArgs
Public Sub New (host As IDesignerHost)

Parameters

host
IDesignerHost

The IDesignerHost of the document.

Applies to

See also