[Missing <summary> documentation for "T:Phidgets.Events.GPSPositionFixStatusChangeEventHandler"]
Assembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
| C# |
|---|
public delegate void GPSPositionFixStatusChangeEventHandler( Object sender, GPSPositionFixStatusChangeEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub GPSPositionFixStatusChangeEventHandler ( _ sender As Object, _ e As GPSPositionFixStatusChangeEventArgs _ ) |
| Visual C++ |
|---|
public delegate void GPSPositionFixStatusChangeEventHandler( Object^ sender, GPSPositionFixStatusChangeEventArgs^ e ) |
Parameters
- sender
- Type: System..::.Object