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.
显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method 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 method

public PropertyValueChanged ( System.Windows.Forms.PropertyValueChangedEventArgs e, System.Windows.Forms.PropertyGrid mPropertyGrid ) : void
e System.Windows.Forms.PropertyValueChangedEventArgs
mPropertyGrid System.Windows.Forms.PropertyGrid
return void

ReactToPropertyChanged() public method

public ReactToPropertyChanged ( string variableNameAsDisplayed, object oldValue, string variableName, string parentGridItemName ) : void
variableNameAsDisplayed string
oldValue object
variableName string
parentGridItemName string
return void