Share via


KinectSensor.removeEventHandler Function

Kinect for Windows 1.8

Removes the specified event handler, or removes all event handlers.

Syntax

      removeEventHandler(handler);
    

Parameters

  • handler
    Type: Function

    Optional. Event handler callback function to remove. If this function was previously registered by calling the addEventHandler method, this specific event handler is removed. If this parameter is not specified, all currently-registered event handlers are removed.

Requirements

Library: Kinect-1.8.0.js

See Also

Reference

KinectSensor Interface
Core Components