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