Base:
property
EventType
System.ComponentModel.EventDescriptor.EventType
2 references to EventType
System (2)
compmod\system\componentmodel\ReflectEventDescriptor.cs (2)
161return(typeof(MulticastDelegate)).IsAssignableFrom(EventType); 199if (EventType != value.GetType()) {