Table of Contents

Class KeyPreviewEventArgs

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

Provides data for the ICodeCompletionWindow.KeyPreviewEvent handler.

public class KeyPreviewEventArgs : EventArgs
Inheritance
KeyPreviewEventArgs

Constructors

KeyPreviewEventArgs(Message)

Initializes a new instance of the KeyPreviewEventArgs class with specified parameters.

Properties

Handled

Specifies whether painting is handled by an event, preventing further processing of the key message.

Message

Key message.