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