This event is called whenever the state of the synchronization changes.
OnStateChange(
newState As ULSyncState, _
oldState As ULSyncState _
)
Member of UltraLiteAFLib.ULSyncEvent
newState The state that the synchronization process is about to enter.
oldState The state that the synchronization process just completed.
For an example of this method, see the CustDB application. For information about finding CustDB for AppForge, see Finding CustDB sample files.