C# Class nHydrate.Dsl.FunctionParameterBase.LengthPropertyHandler

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

Protected Methods

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

Method Details

OnValueChanged() protected method

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