C# 클래스 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.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
PropertyValueChanged ( System.Windows.Forms.PropertyValueChangedEventArgs e, System.Windows.Forms.PropertyGrid mPropertyGrid ) : void
ReactToPropertyChanged ( string variableNameAsDisplayed, object oldValue, string variableName, string parentGridItemName ) : void

메소드 상세

PropertyValueChanged() 공개 메소드

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

ReactToPropertyChanged() 공개 메소드

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