This class has been deprecated. Provides mouse event data.
Object Model
Syntax
'Declaration
<ObsoleteAttribute("This class will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.")>
Public Class ArtMouseEventArgs
Inherits System.EventArgs
'Usage
Dim instance As ArtMouseEventArgs
[Obsolete("This class will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.")]
public class ArtMouseEventArgs : System.EventArgs
[Obsolete("This class will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.")]
public __gc class ArtMouseEventArgs : public System.EventArgs
[Obsolete("This class will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.")]
public ref class ArtMouseEventArgs : public System.EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
ImageGear.ART.Windows.Controls.ArtMouseEventArgs
See Also