NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolboxComponentsCreatedEvent Class

Provides data for the ToolboxComponentsCreatedEventHandler that handles the event that occurs when components are added to the toolbox.

Object
   EventArgs
      ToolboxComponentsCreatedEvent

[Visual Basic]
Public Class ToolboxComponentsCreatedEvent
   Inherits EventArgs
[C#]
public class ToolboxComponentsCreatedEvent : EventArgs
[C++]
public __gc class ToolboxComponentsCreatedEvent : public EventArgs
[JScript]
public class ToolboxComponentsCreatedEvent extends EventArgs

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

ToolboxComponentsCreatedEvent Members | System.ComponentModel.Design Namespace | ToolboxComponentsCreatedEventHandler