C# Class nHydrate.Dsl.ViewFieldBase.NamePropertyHandler

Mostrar archivo Open project: nHydrate/nHydrate

Protected Methods

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

Method Details

OnValueChanged() protected method

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