Intersoft ClientUI Documentation
Synchronizing Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IShellManager Interface : Synchronizing Method






arg
Called when an application is synchronizing the offline data to the web server.

Syntax

Visual Basic (Declaration) 
Sub Synchronizing( _
   ByVal arg As SystemEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As IShellManager
Dim arg As SystemEventArgs
 
instance.Synchronizing(arg)
C# 
void Synchronizing( 
   SystemEventArgs arg
)
Delphi 
procedure Synchronizing( 
    arg: SystemEventArgs
); 
JScript 
function Synchronizing( 
   arg : SystemEventArgs
);
Managed Extensions for C++ 
void Synchronizing( 
   SystemEventArgs* arg
) 
C++/CLI 
void Synchronizing( 
   SystemEventArgs^ arg
) 

Parameters

arg

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.