Show / Hide Table of Contents

HidDeviceEventArgs Constructor

HidDeviceEventArgs(IHidDevice)

Constructs a new instance of the HidDeviceEventArgs class.

C#
public HidDeviceEventArgs(IHidDevice device)

Parameters

Type Name Description
IHidDevice device

The HID device that is originating this event.

In this article
Back to top Generated by DocFX