StringEditControl..::..OnPreviewTextInput Method
Invoked when an unhandled 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.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
protected void OnPreviewTextInput( TextCompositionEventArgs e )
Protected Sub OnPreviewTextInput ( _ e As TextCompositionEventArgs _ )
protected: void OnPreviewTextInput( TextCompositionEventArgs^ e )
Parameters
- e
- Type: TextCompositionEventArgs
The TextCompositionEventArgs that contains the event data.