| Name |
Description |
OriginalEvent
|
Gets the orginal event which will be overwritten by UpdatedEvent.
Any changes made to OriginalEvent will be discarded from updating to database.
eventarg.OriginalEvent.Subject = "Get plan done";
|
UpdatedEvent
|
Gets or sets the event which will be updated.
eventarg.UpdatedEvent.Subject = "Get plan done";
|
UpdateEventCancel
|
Set to true if you want to cancel event updating action.
eventarg.UpdateEventCancel = true;
|