EventInfo::IsMulticast Property
.NET Framework (current version)
Gets a value indicating whether the event is multicast.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if the delegate is an instance of a multicast delegate; otherwise, false.
Implements
_EventInfo::IsMulticast| Exception | Condition |
|---|---|
| SecurityException | The caller does not have the required permission. |
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: