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!

UIActivationStateEventArgs.Component

The component whose UI activation state is changing.

[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 whose UI activation state is changing.

See Also

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