TcxSchedulerEvent.EndEditing Method
In This Article
Flushes the updated user event to storage and deactivates edit mode for it.
#Declaration
Delphi
procedure EndEditing; virtual;
#Remarks
Call this method to finish editing the user event and update it in storage.
Note
this method is used with the Begin
See Also