C# Class nHydrate.Dsl.FieldBase.NamePropertyHandler

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

Protected Methods

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

Method Details

OnValueChanged() protected method

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