C# Class nHydrate.Dsl.FieldBase.DataTypePropertyHandler

Mostrar archivo Open project: nHydrate/nHydrate

Protected Methods

Method Description
OnValueChanged ( FieldBase element, DataTypeConstants oldValue, DataTypeConstants newValue ) : void

Method Details

OnValueChanged() protected method

protected OnValueChanged ( FieldBase element, DataTypeConstants oldValue, DataTypeConstants newValue ) : void
element FieldBase
oldValue DataTypeConstants
newValue DataTypeConstants
return void