C# Class CommonControls.Model.TextBoxColorPickerViewModel

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
OnPropertyChanged ( string name ) : void
TextBoxColorPickerViewModel ( ) : System

Private Methods

Method Description
TryParseAsRGBColor ( string str, int &refValue ) : bool

Method Details

OnPropertyChanged() public method

public OnPropertyChanged ( string name ) : void
name string
return void

TextBoxColorPickerViewModel() public method

public TextBoxColorPickerViewModel ( ) : System
return System