Represents the method that will handle the System.ComponentModel.Design.ToolboxComponentsCreatedEvent.ToolboxComponentsCreatedEvent event.
[Visual Basic] Public Delegate Sub ToolboxComponentsCreatedEventHandler( _ ByVal sender As Object, _ ByVal e As ToolboxComponentsCreatedEvent _ ) [C#] public delegate void ToolboxComponentsCreatedEventHandler( object sender, ToolboxComponentsCreatedEvent e ); [C++] public __gc __delegate void ToolboxComponentsCreatedEventHandler( Object* sender, ToolboxComponentsCreatedEvent* e );
[JScript] In JScript, you can use the delegates in the NGWS frameworks, but you cannot define your own.
The declaration of your event-handling method must have the same parameters as the ToolboxComponentsCreatedEventHandler delegate declaration.
[To be supplied.]
Namespace: System.ComponentModel.Design
Assembly: System.dll
System.ComponentModel.Design Namespace | ToolboxComponentsCreatedEvent