public EventDescriptorCollection GetEvents(Attribute[] attributes)
 {
     return(TypeDescriptorHelper.GetEvents(this, attributes));
 }
 public EventDescriptorCollection GetEvents()
 {
     return(TypeDescriptorHelper.GetEvents(this));
 }