API ReferenceAll TypesIEventEmitteroffOn this pageoffDescription​ Unregisters the given handler from this event. JavaScriptC#Kotlinoff(value: () => void): voidvoid Off(() => void value)fun off(value: () => void): Unit ParameterSummaryvalueAllThe value originally passed into on, NOT the function returned by it.