# unregister_key_event_handler_EX1 {{< callout context="note" title="NOTE" icon="outline/bulb" >}} Deprecated. Use `fsEventsUnregisterKeyEventHandler` instead. {{< /callout >}}   The **unregister\_key\_event\_handler\_EX1** function unregisters the key event handler.   ##### Syntax ``` wasm void unregister_key_event_handler( GAUGE_KEY_EVENT_HANDLER_EX1 handler, PVOID userdata ); ```   ##### Members {{< table-wrapper >}} | Parameters | Description | |------------|-----------------------------------------------------------------------------| | `handler` | Specifies the handler function. | | `userdata` | Specifies the user data value specified when creating the handler function. | {{< /table-wrapper >}}   ##### Return Values This function does not return a value.   ##### Remarks N/A