예제 #1
0
 public EventDescriptorCollection GetEvents(Attribute[] attributes)
 {
     return(TypeDescriptorHelper.GetEvents(this, attributes));
 }
예제 #2
0
 public EventDescriptorCollection GetEvents()
 {
     return(TypeDescriptorHelper.GetEvents(this));
 }