ToolboxComponentsCreatingEventArgs Constructor
.NET Framework 1.1
Initializes a new instance of the ToolboxComponentsCreatingEventArgs class.
[Visual Basic] Public Sub New( _ ByVal host As IDesignerHost _ ) [C#] public ToolboxComponentsCreatingEventArgs( IDesignerHost host ); [C++] public: ToolboxComponentsCreatingEventArgs( IDesignerHost* host ); [JScript] public function ToolboxComponentsCreatingEventArgs( host : IDesignerHost );
Parameters
- host
- The designer host that is making the request.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
ToolboxComponentsCreatingEventArgs Class | ToolboxComponentsCreatingEventArgs Members | System.Drawing.Design Namespace