Table of Contents

Delegate KeyPreviewEvent

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents a method that will handle the ICodeCompletionWindow.KeyPreview event.

public delegate void KeyPreviewEvent(object sender, KeyPreviewEventArgs e)

Parameters

sender object

The source of the event.

e KeyPreviewEventArgs

A KeyPreviewEventArgs that contains the event data.