Class KeyPreviewEventArgs
Provides data for the ICodeCompletionWindow.KeyPreviewEvent handler.
public class KeyPreviewEventArgs : EventArgs
- Inheritance
-
KeyPreviewEventArgs
Constructors
- KeyPreviewEventArgs(Message)
Initializes a new instance of the
KeyPreviewEventArgsclass with specified parameters.
Properties
- Handled
Specifies whether painting is handled by an event, preventing further processing of the key message.
- Message
Key message.