Share via


ContextEventWrapper.AddHandler Method

Adds an event handler and associates it with the current context.

Syntax

public void AddHandler (
         EventHandler<T> originalHandler
)

Parameters

  • originalHandler
    Type: EventHandler<T>
    The new event to add to 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