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!

ComponentChangingEventArgs.Component

Gets or sets the component that is being changed or that is the parent container of the member being changed.

[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

The component that is about to have a member changed.

See Also

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