Untitled Document
CApplicationAPI.ApplicationHandler Delegate
GPS NAVIGATION SDK
version 8.3 build 47035

The function processes any events which occur when Drive is running. Possible events are enumerated in ApplicationEvents enum.

public delegate void CApplicationAPI.ApplicationHandler(
   int nEventID,
   IntPtr strData
);

Parameters

nEventID
Event code ( value from ApplicationEvents enum )
strData
String which contains addtional informations.

Requirements

Namespace: ApplicationAPI

Assembly: ApplicationAPI.NET (in ApplicationAPI.NET.dll)

See Also

ApplicationAPI Namespace