PinValueChangedEventArgs Class
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.
Arguments passed in when an event is triggered by the GPIO.
public class PinValueChangedEventArgs : EventArgs
type PinValueChangedEventArgs = class
inherit EventArgs
Public Class PinValueChangedEventArgs
Inherits EventArgs
- Inheritance
-
PinValueChangedEventArgs
Constructors
PinValueChangedEventArgs(PinEventTypes, Int32) |
Initializes a new instance of the PinValueChangedEventArgs class. |
Properties
ChangeType |
The change type that triggered the event. |
PinNumber |
The pin number that triggered the event. |