Fires when the user drops a resource at the new location.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public event RowMoveEventHandler RowMove
Visual Basic
Public Event RowMove As RowMoveEventHandler
Visual C++
public:
 event RowMoveEventHandler^ RowMove {
	void add (RowMoveEventHandler^ value);
	void remove (RowMoveEventHandler^ value);
}

See Also