C# Class nHydrate.Dsl.FieldBase.IsIndexedPropertyHandler

Mostrar archivo Open project: nHydrate/nHydrate

Protected Methods

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

Method Details

OnValueChanged() protected method

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