|
| Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
| DigitalInputChangedEventArgs Class |
| Members See Also Send Feedback |
DigitalInputChangedEventArgs objects hold data that the PHCC motherboard provides whenever a digital
input value changes.
The DigitalInputChanged event
provides DigitalInputChangedEventArgs event-args
objects during the raising of each event.
Namespace:
Phcc
Assembly:
Phcc (in Phcc.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ Public NotInheritable Class DigitalInputChangedEventArgs _ Inherits EventArgs |
| C# |
|---|
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] public sealed class DigitalInputChangedEventArgs : EventArgs |