C# Class ModernizedAlice.ShosenColorPicker.Model.ColorPickerViewModel

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

Méthodes publiques

Méthode Description
ColorPickerViewModel ( ColorPicker view ) : System
Dye ( ) : void
OnPropertyChanged ( string name ) : void
SelectColorChangedHandler ( object sender, bool selection ) : void

Private Methods

Méthode Description
ChangeBrightness ( ) : void
ResetEvent ( ) : void
SetEvent ( ) : void

Method Details

ColorPickerViewModel() public méthode

public ColorPickerViewModel ( ColorPicker view ) : System
view ColorPicker
Résultat System

Dye() public méthode

public Dye ( ) : void
Résultat void

OnPropertyChanged() public méthode

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

SelectColorChangedHandler() public méthode

public SelectColorChangedHandler ( object sender, bool selection ) : void
sender object
selection bool
Résultat void