C# Class nHydrate.Dsl.FunctionBase.NamePropertyHandler

Mostrar archivo Open project: nHydrate/nHydrate

Protected Methods

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

Method Details

OnValueChanged() protected method

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