// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.DragAndDropArgs

namespace UnityEngine.UIElements
{
public class DragAndDropArgs // TypeDefIndex: 5434
{
	// Fields
	type#23706 <target>k__BackingField;
	type#20868 <insertAtIndex>k__BackingField;
	type#20868 <parentId>k__BackingField;
	type#20868 <childIndex>k__BackingField;
	type#17466 <dragAndDropPosition>k__BackingField;
	type#17464 <dragAndDropData>k__BackingField;

	// Methods
	// RVA: -1
	public type#28660 set_target(type#23705 value) { }
	// RVA: -1
	public virtual type#20867 get_insertAtIndex() { }
	// RVA: -1
	public type#28660 set_insertAtIndex(type#20867 value) { }
	// RVA: -1
	public virtual type#20867 get_parentId() { }
	// RVA: -1
	public type#28660 set_parentId(type#20867 value) { }
	// RVA: -1
	public virtual type#20867 get_childIndex() { }
	// RVA: -1
	public type#28660 set_childIndex(type#20867 value) { }
	// RVA: -1
	public virtual type#17465 get_dragAndDropPosition() { }
	// RVA: -1
	public type#28660 set_dragAndDropPosition(type#17465 value) { }
	// RVA: -1
	public virtual type#17463 get_dragAndDropData() { }
	// RVA: -1
	public type#28660 set_dragAndDropData(type#17463 value) { }
}
}
