C# Class nHydrate.Dsl.FieldBase.ScalePropertyHandler

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

Protected Methods

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

Method Details

OnValueChanged() protected method

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