Adds class handling for the PreviewKeyDown event.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.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 data associated with the event.

See Also