Intersoft ClientUI Documentation
OnPropertyChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > FileUploadInfo Class : OnPropertyChanged Method






propertyName
The name of the property that changed.
Called when the property value changes.

Syntax

Visual Basic (Declaration) 
Public Sub OnPropertyChanged( _
   ByVal propertyName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As FileUploadInfo
Dim propertyName As String
 
instance.OnPropertyChanged(propertyName)
C# 
public void OnPropertyChanged( 
   string propertyName
)
Delphi 
public procedure OnPropertyChanged( 
    propertyName: String
); 
JScript 
public function OnPropertyChanged( 
   propertyName : String
);
Managed Extensions for C++ 
public: void OnPropertyChanged( 
   string* propertyName
) 
C++/CLI 
public:
void OnPropertyChanged( 
   String^ propertyName
) 

Parameters

propertyName
The name of the property that changed.

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.