DigitalInputChangedEventHandler Delegate

Phcc Interface Library .NET / COM

Event handler delegate for the DigitalInputChanged event.

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

Syntax

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

Parameters

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

See Also