C# Class Moryx.WpfToolkit.PropertyChangedBase

Basic implementation of INotifyPropertyChanged interface
Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: PHOENIXCONTACT/MORYX-ClientFramework

Protected Methods

Method Description
OnPropertyChanged ( string propertyName = null ) : void

Helper function called by properties

Method Details

OnPropertyChanged() protected method

Helper function called by properties
protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
return void