ImageGear .NET - Updated November 28, 2017
DroppedAttribute Property




ImageGear23.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

Property Value

EventHandler value.
See Also

Reference

ImGearARTLoadEvents Structure
ImGearARTLoadEvents Members
ImGearARTDroppedAttributeEventArgs Class