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

Base class for low-level mouse event arguments

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

Syntax

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

Remarks

This class is not intended to be derived

Inheritance Hierarchy

See Also