| -api-id | T:Windows.Devices.Gpio.GpioPinValueChangedEventArgs |
|---|---|
| -api-type | winrt class |
Provides data about the GpioPin.ValueChanged event that occurs when the value of the general-purpose I/O (GPIO) pin changes, either because of an external stimulus when the pin is configured as an input, or when a value is written to the pin when the pin in configured as an output.
GpioPinValueChangedEventArgs is passed to the event handler that you implement for the GpioPin.ValueChanged event.