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






arg
Called when an application has successfully performed data synchronization.

Syntax

Visual Basic (Declaration) 
Sub Synchronized( _
   ByVal arg As SystemEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As IShellManager
Dim arg As SystemEventArgs
 
instance.Synchronized(arg)
C# 
void Synchronized( 
   SystemEventArgs arg
)
Delphi 
procedure Synchronized( 
    arg: SystemEventArgs
); 
JScript 
function Synchronized( 
   arg : SystemEventArgs
);
Managed Extensions for C++ 
void Synchronized( 
   SystemEventArgs* arg
) 
C++/CLI 
void Synchronized( 
   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.