HidInputReportReceivedEventArgs.Report 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 the input report.
public:
property HidInputReport ^ Report { HidInputReport ^ get(); };
HidInputReport Report();
public HidInputReport Report { get; }
var hidInputReport = hidInputReportReceivedEventArgs.report;
Public ReadOnly Property Report As HidInputReport
Property Value
A HidInputReport object.