oncancel property

Implementation

EventHandlerNonNull? get oncancel => js_util.getProperty(this, 'oncancel');
void oncancel=(EventHandlerNonNull<Event>? newValue)

Implementation

set oncancel(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'oncancel', newValue);
}