Base:
property
EventType
System.ComponentModel.EventDescriptor.EventType
2 references to EventType
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectEventDescriptor.cs (2)
150
public override bool IsMulticast => (typeof(MulticastDelegate)).IsAssignableFrom(
EventType
);
193
if (
EventType
!= value.GetType())