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:
property bool IsMulticast { bool get(); };
public:
virtual property bool IsMulticast { bool get(); };
public bool IsMulticast { get; }
public virtual bool IsMulticast { get; }
member this.IsMulticast : bool
Public ReadOnly Property IsMulticast As Boolean
Public Overridable ReadOnly Property IsMulticast As Boolean
Property Value
true if the delegate is an instance of a multicast delegate; otherwise, false.
Implements
Exceptions
The caller does not have the required permission.