[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.OnTextInput

OnTextInput Method

OnTextInput(TextCompositionEventArgs)

Invoked when an unhandled System.Windows.Input.TextCompositionManager.TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Declaration
protected override void OnTextInput(TextCompositionEventArgs e)
Protected Overrides Sub OnTextInput(e As TextCompositionEventArgs)
Parameters
Type Name Description
TextCompositionEventArgs e

The TextCompositionEventArgs that contains the event data.

Overrides