<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / RowCol Class / OnPropertyChanged Method
Name of the property that changed.

In This Topic
    OnPropertyChanged Method (RowCol)
    In This Topic
    Raises the PropertyChanged event.
    Syntax
    'Declaration
     
    Protected MustOverride Sub OnPropertyChanged( _
       ByVal name As String _
    ) 
    protected abstract void OnPropertyChanged( 
       string name
    )

    Parameters

    name
    Name of the property that changed.
    See Also