Intersoft ClientUI Documentation
OnProgressBarChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXFrameLoader Class : OnProgressBarChanged Method






newValue

Syntax

Visual Basic (Declaration) 
Public Sub OnProgressBarChanged( _
   ByVal newValue As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXFrameLoader
Dim newValue As Integer
 
instance.OnProgressBarChanged(newValue)
C# 
public void OnProgressBarChanged( 
   int newValue
)
Delphi 
public procedure OnProgressBarChanged( 
    newValue: Integer
); 
JScript 
public function OnProgressBarChanged( 
   newValue : int
);
Managed Extensions for C++ 
public: void OnProgressBarChanged( 
   int newValue
) 
C++/CLI 
public:
void OnProgressBarChanged( 
   int newValue
) 

Parameters

newValue

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.