C# Class nHydrate.Dsl.FunctionParameterBase.NamePropertyHandler

Mostrar archivo Open project: nHydrate/nHydrate

Protected Methods

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

Method Details

OnValueChanged() protected method

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