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.
Invokes all registered event handlers.
Syntax
public void Invoke (
Object sender,
T eventArgs
)
Parameters
- sender
Type: Object
The sender of the message. - eventArgs
Type: T
The event arguments to be passed to the handler.
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