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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.