Contents Index OnSend event OnTableChange event

UltraLite ActiveX User's Guide
  UltraLite ActiveX API Reference
    ULDatabaseManager class

OnStateChange event


Prototype 

OnStateChange(
   newState As ULSyncState, _
   oldState As ULSyncState _
)
Member of  UltraliteActiveX.ULDatabaseManager

Description 

This event is called whenever the state of the synchronization changes.

Parameters 

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

oldState    The state that the synchronization process just completed.

Example 
' eMbedded Visual Basic
Private Sub _OnStateChange(ByVal newState As Long, ByVal oldState As Long)
    prLine "OnStateChange new:" & newState & ", old: " & oldState
End Sub

Contents Index OnSend event OnTableChange event