[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnTextChanging

OnTextChanging Method

OnTextChanging(TextChangingEventArgs)

Is called when content in this editing control is about to change.

Declaration
protected override void OnTextChanging(TextChangingEventArgs e)
Protected Overrides Sub OnTextChanging(e As TextChangingEventArgs)
Parameters
Type Name Description
TextChangingEventArgs e

A EventArgs instance containing event data.

Overrides