C# Class Multiselect_Example.SampleViewModel

Inheritance: INotifyPropertyChanged
Show file Open project: TorbenK/Multiselect_Example

Public Methods

Method Description
SampleViewModel ( ) : System

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

SampleViewModel() public method

public SampleViewModel ( ) : System
return System