GpioPinValueChangedEventArgs.Edge Property

Definition

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

Applies to

See also