[This is preliminary documentation and is subject to change.]

Event arguments for low-level keyboard hook

Namespace:  Tools.DevicesT
Assembly:  Tools.Win (in Tools.Win.dll) Version: 1.5.2.0

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public sealed class LowLevelKeyEventArgs : SuppresHandledEventArgs
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public NotInheritable Class LowLevelKeyEventArgs _
	Inherits SuppresHandledEventArgs
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public ref class LowLevelKeyEventArgs sealed : public SuppresHandledEventArgs
J#
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Advanced) */
public final class LowLevelKeyEventArgs extends SuppresHandledEventArgs
JScript
public final class LowLevelKeyEventArgs extends SuppresHandledEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Tools.ComponentModelT..::.SuppresHandledEventArgs
      Tools.DevicesT..::.LowLevelKeyEventArgs

See Also