AnalogInputChangedEventArgs Class

Phcc Interface Library .NET / COM

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Phcc..::.AnalogInputChangedEventArgs

See Also