[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.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public sealed class LowLevelKeyEventArgs : SuppresHandledEventArgs
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public NotInheritable Class LowLevelKeyEventArgs _
	Inherits SuppresHandledEventArgs
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public ref class LowLevelKeyEventArgs sealed : public SuppresHandledEventArgs
F#
[<SealedAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
type LowLevelKeyEventArgs =  
    class
        inherit SuppresHandledEventArgs
    end
JScript
public final class LowLevelKeyEventArgs extends SuppresHandledEventArgs

Inheritance Hierarchy

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

See Also