FileComplete Event
Triggered when file read is complete or cancelled.
Syntax
Visual Basic
Private Sub GPSToolKitObject_FileComplete()
Visual C++
void CMyWindowName::FileComplete()
Remarks
- This event is fired after a file read initiated by the OpenFile method has completed or has been cancelled with the Close method.
- See Using GPS ToolKit Events for information and instructions regarding GPS ToolKit event handling.
Errors
None
See Also
Using GPS ToolKit Events, OpenFile method, Close method
|