 | EndDragCommand Class |
Command which is invoked when dragging the element ended.
Parameters:
- Pointer event data.
Inheritance Hierarchy
Namespace:
Slash.Unity.DataBind.UI.Unity.Commands
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic class EndDragCommand : Command,
IEndDragHandler, IEventSystemHandler
Public Class EndDragCommand
Inherits Command
Implements IEndDragHandler, IEventSystemHandler
public ref class EndDragCommand : public Command,
IEndDragHandler, IEventSystemHandler
type EndDragCommand =
class
inherit Command
interface IEndDragHandler
interface IEventSystemHandler
end
The EndDragCommand type exposes the following members.
Constructors
| Name | Description |
---|
 | EndDragCommand | Initializes a new instance of the EndDragCommand class |
Top
Methods
| Name | Description |
---|
 | OnEndDrag |
Called when dragging the element ended.
|
Top
See Also