ImageGear .NET - Updated
DroppedAttribute Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTLoadEvents Structure : DroppedAttribute Property
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

Reference

ImGearARTLoadEvents Structure
ImGearARTLoadEvents Members
ImGearARTDroppedAttributeEventArgs Class