ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTLoadEvents Structure / DroppedAttribute Property




In This Topic
    DroppedAttribute Property
    In This Topic
    Gets or sets the event handler that handles DroppedAttribute event.
    Syntax
    'Declaration
     
    Public Property DroppedAttribute As EventHandler(Of ImGearARTDroppedAttributeEventArgs)
    'Usage
     
    Dim instance As ImGearARTLoadEvents
    Dim value As EventHandler(Of ImGearARTDroppedAttributeEventArgs)
     
    instance.DroppedAttribute = value
     
    value = instance.DroppedAttribute
    public EventHandler<ImGearARTDroppedAttributeEventArgs> DroppedAttribute {get; set;}
    public: __property EventHandler<ImGearARTDroppedAttributeEventArgs*>* get_DroppedAttribute();
    public: __property void set_DroppedAttribute( 
       EventHandler<ImGearARTDroppedAttributeEventArgs*>* value
    );

    Property Value

    EventHandler value.
    See Also