Contents Index OnSend event OnTableChange event

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULConnection class

OnStateChange event


Prototype 

OnStateChange(
   newState As ULSyncState, _
   oldState As ULSyncState _
)
Member of UltraLiteAFLib.ULConnection

Description 

This event is called whenever the state of the synchronization changes. For more information, see ULSyncState enum.

Parameters 

newState    The state that the synchronization process is about to enter.

oldState    The state that the synchronization process just completed.

Example 

See the CustDB application for an example of this method.


Contents Index OnSend event OnTableChange event