C# Class nHydrate.Dsl.FunctionFieldBase.ScalePropertyHandler

ファイルを表示 Open project: nHydrate/nHydrate

Protected Methods

Method Description
OnValueChanged ( FunctionFieldBase element, int oldValue, int newValue ) : void

Method Details

OnValueChanged() protected method

protected OnValueChanged ( FunctionFieldBase element, int oldValue, int newValue ) : void
element FunctionFieldBase
oldValue int
newValue int
return void