|
| Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
| AnalogInputChangedEventArgs Class |
| Members See Also Send Feedback |
AnalogInputChangedEventArgs objects hold data that the PHCC motherboard
provides whenever an analog input
value has changed. The AnalogInputChanged event
provides AnalogInputChangedEventArgs 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 AnalogInputChangedEventArgs _ Inherits EventArgs |
| C# |
|---|
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] public sealed class AnalogInputChangedEventArgs : EventArgs |