doCancel method

void doCancel()

Call the GraphObject#actionCancel event if defined on the current object.

Implementation

void doCancel() {
  _i4.callMethod(
    this,
    'doCancel',
    [],
  );
}