Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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