Click or drag to resize

EndDragCommand Class

Command which is invoked when dragging the element ended. Parameters: - Pointer event data.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.CommandsCommand
            Slash.Unity.DataBind.UI.Unity.CommandsEndDragCommand

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

The EndDragCommand type exposes the following members.

Constructors
  NameDescription
Public methodEndDragCommand
Initializes a new instance of the EndDragCommand class
Top
Methods
  NameDescription
Public methodOnEndDrag
Called when dragging the element ended.
Top
See Also