EventInfo.IsMulticast Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the event is multicast.
public:
 virtual property bool IsMulticast { bool get(); };public:
 property bool IsMulticast { bool get(); };public virtual bool IsMulticast { get; }public bool IsMulticast { get; }member this.IsMulticast : boolPublic Overridable ReadOnly Property IsMulticast As BooleanPublic ReadOnly Property IsMulticast As BooleanProperty Value
true if the delegate is an instance of a multicast delegate; otherwise, false.
Implements
Exceptions
The caller does not have the required permission.