Click or drag to resize

BeginDragCommand Class

Command which is invoked when the element is started to be dragged. Parameters: - Pointer event data.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.CommandsCommand
            Slash.Unity.DataBind.UI.Unity.CommandsBeginDragCommand

Namespace:  Slash.Unity.DataBind.UI.Unity.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class BeginDragCommand : Command, 
	IBeginDragHandler, IEventSystemHandler

The BeginDragCommand type exposes the following members.

Constructors
  NameDescription
Public methodBeginDragCommand
Initializes a new instance of the BeginDragCommand class
Top
Methods
  NameDescription
Public methodOnBeginDrag
Called when this element is started to be dragged.
Top
See Also