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!

EventDescriptor.ComponentType

When overridden in a derived class, gets the type of the component this event is bound to.

[Visual Basic]
MustOverride Public ReadOnly Property ComponentType As Type
[C#]
public Type ComponentType {abstract get;}
[C++]
public: __property virtual Type* get_ComponentType() = 0;
[JScript]
public abstract function get ComponentType() : Type;

Property Value

A Type that represents the type of component the event is bound to.

Remarks

Typically, this property is implemented through reflection.

See Also

EventDescriptor Class | EventDescriptor Members | System.ComponentModel Namespace | EventType | IsMulticast