Click or drag to resize

DropCommand Class

Command which is invoked when an object is dropped on to this one. Parameters: - Context of dropped object if existing.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.CommandsCommand
            Slash.Unity.DataBind.UI.Unity.CommandsDropCommand

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

The DropCommand type exposes the following members.

Constructors
  NameDescription
Public methodDropCommand
Initializes a new instance of the DropCommand class
Top
Methods
  NameDescription
Public methodOnDrop
Called when an object is dropped on this one.
Top
See Also