Xceed DataGrid for Silverlight Documentation
RaisePropertyChanged Method (DataGridControl)


Raises the PropertyChanged event for the specified property.
Syntax
'Declaration
 
Protected Sub RaisePropertyChanged( _
   ByVal propertyName As String _
) 
'Usage
 
Dim instance As DataGridControl
Dim propertyName As String
 
instance.RaisePropertyChanged(propertyName)
protected void RaisePropertyChanged( 
   string propertyName
)

Parameters

propertyName
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback