C# Class nHydrate.Dsl.EntityBase.NamePropertyHandler

Show file Open project: nHydrate/nHydrate

Protected Methods

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

Method Details

OnValueChanged() protected method

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