AvalonEdit
OnPreviewKeyDown Method (e)
NamespacesICSharpCode.AvalonEdit.EditingTextAreaOnPreviewKeyDown(KeyEventArgs)
Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration Syntax
C#Visual BasicVisual C++
protected override void OnPreviewKeyDown(
	KeyEventArgs e
)
Protected Overrides Sub OnPreviewKeyDown ( _
	e As KeyEventArgs _
)
protected:
virtual void OnPreviewKeyDown(
	KeyEventArgs^ e
) override
Parameters
e (KeyEventArgs)
The KeyEventArgs that contains the event data.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238