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

Low level mouse event arguments related to wheel events

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 LowLevelMouseWheelEventArgs : LowLevelMouseEventArgs
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public NotInheritable Class LowLevelMouseWheelEventArgs _
	Inherits LowLevelMouseEventArgs
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public ref class LowLevelMouseWheelEventArgs sealed : public LowLevelMouseEventArgs
F#
[<SealedAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
type LowLevelMouseWheelEventArgs =  
    class
        inherit LowLevelMouseEventArgs
    end
JScript
public final class LowLevelMouseWheelEventArgs extends LowLevelMouseEventArgs

Inheritance Hierarchy

See Also