[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.GcSpreadSheet.OnPreviewTextInput

OnPreviewTextInput Method

OnPreviewTextInput(TextCompositionEventArgs)

Invoked when an unhandled TextCompositionManager.PreviewTextInput 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 OnPreviewTextInput(TextCompositionEventArgs e)
Protected Overrides Sub OnPreviewTextInput(e As TextCompositionEventArgs)
Parameters
Type Name Description
TextCompositionEventArgs e

The TextCompositionEventArgs that contains the event data.

Overrides