C# Class nHydrate.Dsl.FunctionFieldBase.NamePropertyHandler

Mostrar archivo Open project: nHydrate/nHydrate

Protected Methods

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

Method Details

OnValueChanged() protected method

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