System.ComponentModel.EventDescriptor.IsMulticast Property

When overridden in a derived class, gets a value indicating whether the event delegate is a multicast delegate.

Syntax

public abstract bool IsMulticast { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Typically, this property is implemented through reflection.

A multicast delegate differs from a regular delegate in that it can contain references to more than just one method. Methods in a multicast delegate are executed synchronously when the delegate is invoked, in the order in which they appear. If one of the called methods raises an exception, then the delegate ceases and the exception is propagated to the delegate caller.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0