Intersoft ClientUI Documentation
NotifyPropertyChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewColumn Class : NotifyPropertyChanged Method






propertyName
Called by a specific column type when one of its properties changes and its current cells need to be updated.

Syntax

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

Parameters

propertyName

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.