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