Overrides default handling for the PreviewKeyDown event.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

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

Parameters

e
Type: System.Windows.Input..::.KeyEventArgs
The event data.

See Also