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.
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