ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTDroppedAttributeEventArgs Class
Members




In This Topic
    ImGearARTDroppedAttributeEventArgs Class
    In This Topic
    Provides data for the DroppedAttribute event.
    Object Model
    ImGearARTDroppedAttributeEventArgs ClassImGearARTMark Class
    Syntax
    'Declaration
     
    Public Class ImGearARTDroppedAttributeEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ImGearARTDroppedAttributeEventArgs
    public class ImGearARTDroppedAttributeEventArgs : System.EventArgs 
    public __gc class ImGearARTDroppedAttributeEventArgs : public System.EventArgs 
    public ref class ImGearARTDroppedAttributeEventArgs : public System.EventArgs 
    Remarks
    The DroppedAttribute event occurs only when you call the LoadPage method and the unsupported annotation mark attribute is being dropped.
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          ImageGear.ART.ImGearARTDroppedAttributeEventArgs

    See Also