FilteredTextBox.OnPreviewTextInput Method

This member overrides UIElement.OnPreviewTextInput(TextCompositionEventArgs).

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Protected Overrides Sub OnPreviewTextInput ( _
    e As TextCompositionEventArgs _
)
protected override void OnPreviewTextInput(
    TextCompositionEventArgs e
)
protected:
virtual void OnPreviewTextInput(
    TextCompositionEventArgs^ e
) override
abstract OnPreviewTextInput : 
        e:TextCompositionEventArgs -> unit  
override OnPreviewTextInput : 
        e:TextCompositionEventArgs -> unit
protected override function OnPreviewTextInput(
    e : TextCompositionEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

FilteredTextBox Class

Microsoft.TeamFoundation.Controls.WPF Namespace