C# Class ViewModel, code

Show file Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
TextProperty DependencyProperty

Public Methods

Method Description
Start ( ) : void
UpdateTime ( ) : void
ViewModel ( )

Private Methods

Method Description
AddItem ( Foo, item ) : void
HandleItem ( Foo item ) : void
ItemPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnPropertyChanged ( string propertyName ) : void
OnSearchTextChanged ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

UpdateTime() public method

public UpdateTime ( ) : void
return void

ViewModel() public method

public ViewModel ( )

Property Details

TextProperty public static property

The DependencyProperty for Person.
public static DependencyProperty TextProperty
return DependencyProperty