// Assembly: UnityEngine.UI
// Full name: UnityEngine.EventSystems.EventTriggerType

namespace UnityEngine.EventSystems
{
public class EventTriggerType // TypeDefIndex: 10789
{
	// Fields
	type#20890 value__;
	type#18071 PointerEnter;
	type#18071 PointerExit;
	type#18071 PointerDown;
	type#18071 PointerUp;
	type#18071 PointerClick;
	type#18071 Drag;
	type#18071 Drop;
	type#18071 Scroll;
	type#18071 UpdateSelected;
	type#18071 Select;
	type#18071 Deselect;
	type#18071 Move;
	type#18071 InitializePotentialDrag;
	type#18071 BeginDrag;
	type#18071 EndDrag;
	type#18071 Submit;
	type#18071 Cancel;
}
}
