Indicates whether the event is multicast.
Implementation of this member is not complete for this release of the NGWS SDK. This documentation is for information only.
[Visual Basic] Public ReadOnly Property IsMulticast As Boolean [C#] public bool IsMulticast {get;} [C++] public: __property bool get_IsMulticast(); [JScript] public function get IsMulticast() : Boolean;
true if the delegate returned by GetEventHandlerDelegate() is an instance of a multicast delegate; otherwise, false. Read-only.
EventInfo Class | EventInfo Members | System.Reflection Namespace | MulticastDelegate | Type | EventHandler