EventInfo.IsMulticast Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates 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.
Show: