Share via


ContextEventWrapper.RemoveHandler Method

Removes the event handler associated with the current context.

Syntax

public void RemoveHandler (
         EventHandler<T> originalHandler
)

Parameters

  • originalHandler
    Type: EventHandler<T>
    The event to remove from the list of handlers.

Requirements

Namespace: Microsoft.Kinect.Toolkit

Assembly: Microsoft.Kinect.Toolkit (in microsoft.kinect.toolkit.dll)

See Also

Reference

ContextEventWrapper Generic Class
ContextEventWrapper Members
Microsoft.Kinect.Toolkit Namespace