C# Class CommonControls.Model.TextBoxColorPickerViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: kienaiProject/ArtOfWords Class Usage Examples

Méthodes publiques

Méthode Description
OnPropertyChanged ( string name ) : void
TextBoxColorPickerViewModel ( ) : System

Private Methods

Méthode Description
TryParseAsRGBColor ( string str, int &refValue ) : bool

Method Details

OnPropertyChanged() public méthode

public OnPropertyChanged ( string name ) : void
name string
Résultat void

TextBoxColorPickerViewModel() public méthode

public TextBoxColorPickerViewModel ( ) : System
Résultat System