GetEvents() public static method

Gets a collection of events for a specified type of component.
public static GetEvents ( Type componentType ) : EventDescriptorCollection
componentType System.Type
return EventDescriptorCollection
Beispiel #1
0
 public EventDescriptorCollection GetEvents(Attribute[] attributes) => NativeTypeDesc.GetEvents(attributes, true);
Beispiel #2
0
 public EventDescriptorCollection GetEvents() => NativeTypeDesc.GetEvents(_entityType, true);