This class has been deprecated. Provides mouse button 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 ArtMouseButtonEventArgs
Inherits System.EventArgs
'Usage
Dim instance As ArtMouseButtonEventArgs
[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 ArtMouseButtonEventArgs : 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 ArtMouseButtonEventArgs : 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 ArtMouseButtonEventArgs : public System.EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
ImageGear.ART.Windows.Controls.ArtMouseButtonEventArgs
See Also