AnalogInputChangedEventHandler Delegate

Phcc Interface Library .NET / COM

Event handler delegate for the AnalogInputChanged event.

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(False)> _
Public Delegate Sub AnalogInputChangedEventHandler ( _
	sender As Object, _
	e As AnalogInputChangedEventArgs _
)
C#
[ComVisibleAttribute(false)]
public delegate void AnalogInputChangedEventHandler(
	Object sender,
	AnalogInputChangedEventArgs e
)

Parameters

sender
Type: System..::.Object
the object raising the event.
e
Type: Phcc..::.AnalogInputChangedEventArgs
a AnalogInputChangedEventArgs object containing detailed information about the event.

See Also