// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.IDragAndDropController`1

namespace UnityEngine.UIElements
{
public class IDragAndDropController`1 // TypeDefIndex: 5436
{

	// Methods
	// RVA: -1
	public abstract type#15313 CanStartDrag(type#6684 itemIds) { }
	// RVA: -1
	public abstract type#26413 SetupDragAndDrop(type#6684 itemIds, type#15335 skipText) { }
	// RVA: -1
	public abstract type#17475 HandleDragAndDrop(type#1165 args) { }
	// RVA: -1
	public abstract type#28660 OnDrop(type#1165 args) { }
	// RVA: -1
	public virtual type#28660 DragCleanup() { }
	// RVA: -1
	public virtual type#28660 HandleAutoExpand(type#25388 item, type#28439 pointerPosition) { }
	// RVA: -1
	public virtual type#6684 GetSortedSelectedIds() { }
}
}
