GazeDeviceWatcherAddedPreviewEventArgs.Device Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the eye-tracker device being monitored through the GazeDeviceWatcherPreview object.
public:
property GazeDevicePreview ^ Device { GazeDevicePreview ^ get(); };
GazeDevicePreview Device();
public GazeDevicePreview Device { get; }
var gazeDevicePreview = gazeDeviceWatcherAddedPreviewEventArgs.device;
Public ReadOnly Property Device As GazeDevicePreview