Class KeyPreviewEventArgs
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 key pressing is handled by an event, preventing further processing of the key message.
- Message
Key message.