C# Class nHydrate.Dsl.ViewBase.NamePropertyHandler

Mostrar archivo Open project: nHydrate/nHydrate

Protected Methods

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

Method Details

OnValueChanged() protected method

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