Fires when the user finishes editing a new row field.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public event RowCreateEventHandler RowCreate |
| Visual Basic |
|---|
Public Event RowCreate As RowCreateEventHandler |
| Visual C++ |
|---|
public: event RowCreateEventHandler^ RowCreate { void add (RowCreateEventHandler^ value); void remove (RowCreateEventHandler^ value); } |