GetDefaultEvent() 공개 정적인 메소드

Gets the default event for the specified type of component.
public static GetDefaultEvent ( Type componentType ) : System.ComponentModel.EventDescriptor
componentType System.Type
리턴 System.ComponentModel.EventDescriptor
예제 #1
0
 public EventDescriptor GetDefaultEvent() => NativeTypeDesc.GetDefaultEvent(_entityType, true);