C# Class HelloWorldModule.ViewModels.SelectItemViewModel

Inheritance: Notification, INotifyPropertyChanged, IPopupWindowActionAware
Show file Open project: Slesa/Playground

Public Methods

Method Description
SelectItemViewModel ( ) : System

Protected Methods

Method Description
CancelAction ( ) : void
OkAction ( ) : void
RaisePropertyChanged ( string propertyName ) : void

Method Details

CancelAction() protected method

protected CancelAction ( ) : void
return void

OkAction() protected method

protected OkAction ( ) : void
return void

RaisePropertyChanged() protected method

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

SelectItemViewModel() public method

public SelectItemViewModel ( ) : System
return System