Property acceptDrag
acceptDrag
Delegate that will be called when a drag should be accepted when the dragger wants to become active during PointerMoveEvent.
Declaration
public Func<bool> acceptDrag { get; set; }
Property Value
| Type | Description |
|---|---|
| Func<bool> |
Remarks
If this delegate is not set (or set to null), the drag will be accepted by default.