 | DropCommand Class |
Command which is invoked when an object is dropped on to this one.
Parameters:
- Context of dropped object if existing.
Inheritance Hierarchy
Namespace:
Slash.Unity.DataBind.UI.Unity.Commands
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic class DropCommand : Command,
IDropHandler, IEventSystemHandler
Public Class DropCommand
Inherits Command
Implements IDropHandler, IEventSystemHandler
public ref class DropCommand : public Command,
IDropHandler, IEventSystemHandler
type DropCommand =
class
inherit Command
interface IDropHandler
interface IEventSystemHandler
end
The DropCommand type exposes the following members.
Constructors
| Name | Description |
---|
 | DropCommand | Initializes a new instance of the DropCommand class |
Top
Methods
| Name | Description |
---|
 | OnDrop |
Called when an object is dropped on this one.
|
Top
See Also