C# Class nHydrate.Dsl.IndexColumnBase.AscendingPropertyHandler

Show file Open project: nHydrate/nHydrate

Protected Methods

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

Method Details

OnValueChanged() protected method

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