ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / ModifyMarkEventArgs Class
Members




In This Topic
    ModifyMarkEventArgs Class
    In This Topic
    This class has been deprecated. Provides ModifyMark event data.
    Object Model
    ModifyMarkEventArgs ClassImGearARTMark Class
    Syntax
    'Declaration
     
    Public Class ModifyMarkEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ModifyMarkEventArgs
    public class ModifyMarkEventArgs : System.EventArgs 
    public __gc class ModifyMarkEventArgs : public System.EventArgs 
    public ref class ModifyMarkEventArgs : public System.EventArgs 
    Remarks
    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.
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          ImageGear.ART.Windows.Controls.ModifyMarkEventArgs

    See Also