| |
|
Client-side Event Arguments
|
| | |
SchedulerClientBeforeCreateEventArg
CreatedEvent
|
Gets or sets the event which will be created.
eventarg.CreatedEvent.Subject = "Get plan done";
|
CreateEventCancel
|
Set to true if you want to cancel event creating action.
eventarg.CreateEventCancel = true;
|
|
|
|
|
SchedulerClientBeforeUpdateEventArg
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;
|
|
|
|
|
SchedulerClientBeforeDeleteEventArg
DeletedEvent
|
Gets or sets the event which will be deleted.
|
DeleteEventCancel
|
Set to true if you want to cancel event deleting action.
eventarg.DeleteEventCancel = true;
|
|
|
|
|
SchedulerClientCreateEventArg
CreateSucceed
|
Return bool value which indicates whether the event was successfully created.
|
CreatedEvent
|
Gets the event which has been created.
|
|
|
|
|
SchedulerClientUpdateEventArg
UpdateSucceed
|
Return bool value which indicates whether the event was successfully updated.
|
UpdatedEvent
|
Gets the event which has been updated.
|
|
|
|
|
SchedulerClientDeleteEventArg
DeleteSucceed
|
Return bool value which indicates whether the event was successfully deleted.
|
DeletedEvent
|
Gets the event which has been deleted.
|
|
|
|
|
SchedulerClientChangeViewArg
OriginalView
|
Return the integer value indicating the original view of scheduler
|
UpdatedView
|
Return the integer value indicating the new updated view
|
|
|
|
|
| "I must say, I'm very impressed with your controls, and your prompt support. I have told several people in the software industry here in Chicago about your products and support." |
Norman Paterson |
| Kaplan Professional Publishing |
| | |
|
|
|
|