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!

ComponentChangedEventArgs.Component

Gets or sets the component that is the cause of this event.

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

Property Value

An System.ComponentModel.Design.IComponent that represents the associated component.

See Also

ComponentChangedEventArgs Class | ComponentChangedEventArgs Members | System.ComponentModel.Design Namespace