sendActionsForControlEvents method
send all actions associated with the given control events
Implementation
void sendActionsForControlEvents(UIControlEvents controlEvents) {
objc.checkOsVersionInternal('UIControl.sendActionsForControlEvents:', iOS: (false, (2, 0, 0)));
_objc_msgSend_n08htp(this.ref.pointer, _sel_sendActionsForControlEvents_, controlEvents.value);
}