C# Class Chapter2.Interface.ObservableObject

Inheritance: INotifyPropertyChanged
Show file Open project: PacktPublishing/Learning-Azure-Cognitive-Services

Protected Methods

Method Description
RaisePropertyChangedEvent ( string propertyName ) : void

Used to raise property changed event. Typically notifies UI elements

Method Details

RaisePropertyChangedEvent() protected method

Used to raise property changed event. Typically notifies UI elements
protected RaisePropertyChangedEvent ( string propertyName ) : void
propertyName string The name of the property that has changed
return void