Edit

Share via


GpioPin.ValueChanged Event

Definition

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.

public virtual event System.Device.Gpio.PinChangeEventHandler ValueChanged;
member this.ValueChanged : System.Device.Gpio.PinChangeEventHandler 
Public Overridable Custom Event ValueChanged As PinChangeEventHandler 

Event Type

Applies to