C# Class FlatRedBall.Glue.SetVariable.SetVariableLogic

Initial responder to when variables get changed. This handles determing the type of change that occurred and calling methods on object-based handlers - like NamedObjectSave vs. ReferencedFileSave.
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
PropertyValueChanged ( System.Windows.Forms.PropertyValueChangedEventArgs e, System.Windows.Forms.PropertyGrid mPropertyGrid ) : void
ReactToPropertyChanged ( string variableNameAsDisplayed, object oldValue, string variableName, string parentGridItemName ) : void

Method Details

PropertyValueChanged() public méthode

public PropertyValueChanged ( System.Windows.Forms.PropertyValueChangedEventArgs e, System.Windows.Forms.PropertyGrid mPropertyGrid ) : void
e System.Windows.Forms.PropertyValueChangedEventArgs
mPropertyGrid System.Windows.Forms.PropertyGrid
Résultat void

ReactToPropertyChanged() public méthode

public ReactToPropertyChanged ( string variableNameAsDisplayed, object oldValue, string variableName, string parentGridItemName ) : void
variableNameAsDisplayed string
oldValue object
variableName string
parentGridItemName string
Résultat void