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);