类型别名 EventHandler<T>

EventHandler<T>: ((eventArg: T) => void)

A generic handler for an event sink.

类型参数

  • T