Wimark.Controls Class Library  

Editor.KeyDown Event

Occurs when a key that requires preprocessing is pressed while the editor is active.

[Visual Basic]
Public Event KeyDown As EditorKeyEventHandler 
[C#]
public event EditorKeyEventHandler KeyDown;
[C++]
public: __event EditorKeyEventHandler* KeyDown;

Event Data

The event handler receives an argument of type EditorKeyEventArgs containing data related to this event. The following EditorKeyEventArgs property provides information specific to this event.

Property Description
Handled Gets or sets a value indicating whether the key is handled.
KeyData Gets the key code constant for the key that was pressed.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

Editor Class | Editor Members | Wimark.Controls.Editors Namespace