 | BeginDragCommand Class |
Command which is invoked when the element is started to be dragged.
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 BeginDragCommand : Command,
IBeginDragHandler, IEventSystemHandler
Public Class BeginDragCommand
Inherits Command
Implements IBeginDragHandler, IEventSystemHandler
public ref class BeginDragCommand : public Command,
IBeginDragHandler, IEventSystemHandler
type BeginDragCommand =
class
inherit Command
interface IBeginDragHandler
interface IEventSystemHandler
end
The BeginDragCommand type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | OnBeginDrag |
Called when this element is started to be dragged.
|
Top
See Also