Adds class handling for the TextInput event.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected override void OnPreviewTextInput(
	TextCompositionEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnPreviewTextInput ( _
	e As TextCompositionEventArgs _
)

Parameters

e
Type: System.Windows.Input..::.TextCompositionEventArgs
The data associated with the event.

See Also