Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataRowView Class / RaisePropertyChanged Method
Name of the property


In This Topic
    RaisePropertyChanged Method (SpreadDataRowView)
    In This Topic
    Raises the property changed.
    Syntax
    'Declaration
     
    
    Public Sub RaisePropertyChanged( _
       ByVal propertyName As String _
    ) 
    'Usage
     
    
    Dim instance As SpreadDataRowView
    Dim propertyName As String
     
    instance.RaisePropertyChanged(propertyName)
    public void RaisePropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property
    See Also