ImageGear .NET
DroppedAttribute Property




Gets or sets the event handler that handles DroppedAttribute event.
Syntax
public EventHandler<ImGearARTDroppedAttributeEventArgs> DroppedAttribute {get; set;}
public: __property EventHandler<ImGearARTDroppedAttributeEventArgs*>* get_DroppedAttribute();
public: __property void set_DroppedAttribute( 
   EventHandler<ImGearARTDroppedAttributeEventArgs*>* value
);
'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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback