When overridden in a derived class, gets a value indicating whether the event delegate is a multicast delegate.
[Visual Basic] MustOverride Public ReadOnly Property IsMulticast As Boolean [C#] public bool IsMulticast {abstract get;} [C++] public: __property virtual bool get_IsMulticast() = 0; [JScript] public abstract function get IsMulticast() : Boolean;
true if the event delegate is multicast; otherwise, false.
Typically, this property is implemented through reflection.
EventDescriptor Class | EventDescriptor Members | System.ComponentModel Namespace | EventType | ComponentType