[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Grid.OnPropertyChanged

OnPropertyChanged Method

OnPropertyChanged(PropertyChangedEventArgs)

Raises the OnPropertyChanged event.

Declaration
protected void OnPropertyChanged(PropertyChangedEventArgs e)
Protected Sub OnPropertyChanged(e As PropertyChangedEventArgs)
Parameters
Type Name Description
PropertyChangedEventArgs e

The name of the property that was changed.

OnPropertyChanged(string)

Raises the OnPropertyChanged event.

Declaration
protected void OnPropertyChanged(string propName)
Protected Sub OnPropertyChanged(propName As String)
Parameters
Type Name Description
string propName

The name of the property that was changed.