C# Class Porrey.Uwp.IoT.PulseWidthChangedEventArgs

Provides data for the PulseWidthChangedEvent.
Inheritance: System.EventArgs
显示文件 Open project: porrey/iot

Public Methods

Method Description
PulseWidthChangedEventArgs ( double highPulseWidth, double lowPulseWidth ) : System

Creates an instance of PulseWidthChangedEventArgs with the provide values for HighPulseWidth and LowPulseWidth.

Method Details

PulseWidthChangedEventArgs() public method

Creates an instance of PulseWidthChangedEventArgs with the provide values for HighPulseWidth and LowPulseWidth.
public PulseWidthChangedEventArgs ( double highPulseWidth, double lowPulseWidth ) : System
highPulseWidth double
lowPulseWidth double
return System