Interface event2<T0, T1, R>

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

Type Parameters

  • T0
  • T1
  • R

Methods

Methods

MMNEPVFCICPMFPCPTTAAATR