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;
A Type that represents the type of component the event is bound to.
Typically, this property is implemented through reflection.
EventDescriptor Class | EventDescriptor Members | System.ComponentModel Namespace | EventType | IsMulticast