C# Class Gearset.Components.InspectorWPF.EnumItem

Interaction logic for Spinner.xaml
Inheritance: Gearset.Components.InspectorWPF.VisualItemBase
Afficher le fichier Open project: juancampa/Gearset

Méthodes publiques

Méthode Description
ComboBox1_DropDownClosed ( object sender, EventArgs e ) : void
ComboBox1_DropDownOpened ( object sender, EventArgs e ) : void
ComboBox1_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
EnumItem ( ) : System
OnTreeNodeChanged ( ) : void

When the treeNode is set, we populate the comboBox.

UpdateUI ( Object value ) : void
UpdateVariable ( ) : void

Method Details

ComboBox1_DropDownClosed() public méthode

public ComboBox1_DropDownClosed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ComboBox1_DropDownOpened() public méthode

public ComboBox1_DropDownOpened ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ComboBox1_SelectionChanged() public méthode

public ComboBox1_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
sender object
e System.Windows.Controls.SelectionChangedEventArgs
Résultat void

EnumItem() public méthode

public EnumItem ( ) : System
Résultat System

OnTreeNodeChanged() public méthode

When the treeNode is set, we populate the comboBox.
public OnTreeNodeChanged ( ) : void
Résultat void

UpdateUI() public méthode

public UpdateUI ( Object value ) : void
value Object
Résultat void

UpdateVariable() public méthode

public UpdateVariable ( ) : void
Résultat void