EventInfo.IsMulticast Property

Definition

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