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.Component

Gets or sets the component associated with the event.

[Visual Basic]
Overridable Public ReadOnly Property Component As IComponent
[C#]
public IComponent Component {virtual get;}
[C++]
public: __property virtual IComponent* get_Component();
[JScript]
public function get Component() : IComponent;

Property Value

The component associated with the event.

See Also

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