GetEvents() публичный статический Метод

Gets a collection of events for a specified type of component.
public static GetEvents ( Type componentType ) : EventDescriptorCollection
componentType System.Type
Результат EventDescriptorCollection
Пример #1
0
 public EventDescriptorCollection GetEvents(Attribute[] attributes) => NativeTypeDesc.GetEvents(attributes, true);
Пример #2
0
 public EventDescriptorCollection GetEvents() => NativeTypeDesc.GetEvents(_entityType, true);