'Declaration Protected Overrides Sub OnPreviewTextInput( _ ByVal e As TextCompositionEventArgs _ )
'Usage Dim instance As Cell Dim e As TextCompositionEventArgs instance.OnPreviewTextInput(e)
protected override void OnPreviewTextInput( TextCompositionEventArgs e )
Parameters
- e
- A TextCompositionEventArgs that contains the event data.