Share via


KinectUIAdapter.off Function

Kinect for Windows 1.8

Removes the specified handler for the specified global UI event, or removes all event handlers for the specified global UI event.

Syntax

off(eventName, handler);

Parameters

  • eventName
    Type: String

    Name of the global UI event to remove an event handler for.

  • handler
    Type: Function

    Optional. Event handler callback to remove. If this parameter is not specified, all handlers for the specified global UI event are removed.

Requirements

Library: Kinect-1.8.0.js

See Also

Reference

KinectUIAdapter Interface
UI Components