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