Fires when the user finishes inline row name editing.

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

Syntax

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

See Also