When overridden in a derived class, gets the type of delegate for the event.
[Visual Basic] MustOverride Public ReadOnly Property EventType As Type [C#] public Type EventType {abstract get;} [C++] public: __property virtual Type* get_EventType() = 0; [JScript] public abstract function get EventType() : Type;
A Type that represents the type of delegate for the event.
Typically, this property is implemented through reflection.
EventDescriptor Class | EventDescriptor Members | System.ComponentModel Namespace | ComponentType | IsMulticast