Interface event1<T0, R>

interface event1<T0, R> {
    add(callback: (arg0: T0) => R): EventRegistration;
    remove(eventRegistration: EventRegistration): void;
}

Type Parameters

  • T0
  • R

Methods

Methods

MMNEPVFCICPMFPCPTTAAATR