MhAcceptDropResult class

Accept the drop or deny it. To deney it set dropAccepted to false

Create new items to be inserted from the dragged items and fill itemsToInsert

If itemsToInsert is empty the dragged items will be inserted into the target

Constructors

MhAcceptDropResult()

Properties

dropAccepted bool
To deny the drop set dropAccepted to false
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
itemsToInsert List?
Fill with new items to be inserted into the target
getter/setter pair
removeItemsOnMove bool
set removeItemsOnMove to false, to avoid that the items are beeing removed from the source and the default actions are running
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited