'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 );
public: property EventHandler<ImGearARTDroppedAttributeEventArgs^>^ DroppedAttribute { EventHandler<ImGearARTDroppedAttributeEventArgs^>^ get(); void set ( EventHandler<ImGearARTDroppedAttributeEventArgs^>^ value); }