类型别名 EventHandler<T>

EventHandler: (eventArg: T) => void

A generic handler for an event sink.

类型参数

  • T