Click or drag to resize

BeginDragCommandOnBeginDrag Method

Called when this element is started to be dragged.

Namespace:  Slash.Unity.DataBind.UI.Unity.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void OnBeginDrag(
	PointerEventData eventData
)

Parameters

eventData
Type: UnityEngine.EventSystemsPointerEventData
Data of the pointer the drag is done with.

Implements

IBeginDragHandlerOnBeginDrag(PointerEventData)
See Also