The Encoder Index Event Delegate.
Namespace:
Phidgets.EventsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public delegate void EncoderIndexEventHandler( Object sender, EncoderIndexEventArgs e ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub EncoderIndexEventHandler ( _ sender As Object, _ e As EncoderIndexEventArgs _ ) |
Visual C++ |
---|
public delegate void EncoderIndexEventHandler( Object^ sender, EncoderIndexEventArgs^ e ) |
Parameters
- sender
- Type: System..::.Object
The object that triggered the event.
- e
- Type: Phidgets.Events..::.EncoderIndexEventArgs
An EncoderIndexEventArgs object containing data and information related to the encoder index event.