Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULSyncEvent class

OnSend event Next Page

OnStateChange event


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

Syntax

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

Parameters

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

oldState    The state that the synchronization process just completed.

See also
Example

For an example of this method, see the CustDB application. For information about finding CustDB for AppForge, see Finding CustDB sample files.