Share via


SearchControl.OnPreviewKeyDown Method

Provides class handling for receiving key down events on the control or any element derived from this control.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

SearchControl Class

Microsoft.VisualStudio.PlatformUI Namespace