UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULConnection class
OnStateChange(
newState As ULSyncState, _
oldState As ULSyncState _
)
Member of UltraLiteAFLib.ULConnection
This event is called whenever the state of the synchronization changes. For more information, see ULSyncState enum.
newState The state that the synchronization process is about to enter.
oldState The state that the synchronization process just completed.
See the CustDB application for an example of this method.