KinectPointerEventArgs.Handled Property

Gets or sets a value indicating whether the event has been handled.

Syntax

public:
property bool Handled {
         bool get ();
         void set (bool value);
}
public bool Handled { get; set; }
var handled = kinectPointerEventArgs.handled;
kinectPointerEventArgs.handled = handled;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: bool
Type: bool
Type: Boolean

 

A value indicating whether the event has been handled.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerEventArgs Class
WindowsPreview.Kinect.Input Namespace