GpioPinValueChangedEventArgs.Edge 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 type of change that occurred to the value of the general-purpose I/O (GPIO) pin for the GpioPin.ValueChanged event.
public:
property GpioPinEdge Edge { GpioPinEdge get(); };
GpioPinEdge Edge();
public GpioPinEdge Edge { get; }
var gpioPinEdge = gpioPinValueChangedEventArgs.edge;
Public ReadOnly Property Edge As GpioPinEdge
Property Value
An enumeration value that indicates the type of change that occurred to the value of the GPIO pin for the GpioPin.ValueChanged event.
Windows requirements
App capabilities |
lowLevel
|