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 : bool
Public Overridable ReadOnly Property IsMulticast As Boolean
Public 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.
Applies to
See also
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.