Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
DigitalInputChangedEventHandler Delegate |
See Also Send Feedback |
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.