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!

ComponentEventArgs Constructor

Initializes a new instance of the ComponentEventArgs class.

[Visual Basic]
Public Sub New( _
   ByVal component As IComponent _
)
[C#]
public ComponentEventArgs(
   IComponent component
);
[C++]
public: ComponentEventArgs(
   IComponent* component
);
[JScript]
public function ComponentEventArgs(
   component : IComponent
);

Parameters

component
The component that is the source of the event.

See Also

ComponentEventArgs Class | ComponentEventArgs Members | System.ComponentModel.Design Namespace | ComponentEventHandler