ASP.NET Scheduler - Client-side Event Arguments

SchedulerClientBeforeCreateEventArg

Name Description
propertyCreatedEvent Gets or sets the event which will be created.  


eventarg.CreatedEvent.Subject = "Get plan done";
 
propertyCreateEventCancel Set to true if you want to cancel event creating action.  


eventarg.CreateEventCancel = true;
 

SchedulerClientBeforeUpdateEventArg

Name Description
propertyOriginalEvent 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";
 
propertyUpdatedEvent Gets or sets the event which will be updated.  


eventarg.UpdatedEvent.Subject = "Get plan done";
 
propertyUpdateEventCancel Set to true if you want to cancel event updating action.  


eventarg.UpdateEventCancel = true;
 

SchedulerClientBeforeDeleteEventArg

Name Description
propertyDeletedEvent Gets or sets the event which will be deleted.  



propertyDeleteEventCancel Set to true if you want to cancel event deleting action.  


eventarg.DeleteEventCancel = true;
 

SchedulerClientCreateEventArg

Name Description
propertyCreateSucceed Return bool value which indicates whether the event was successfully created.  



propertyCreatedEvent Gets the event which has been created.  



SchedulerClientUpdateEventArg

Name Description
propertyUpdateSucceed Return bool value which indicates whether the event was successfully updated.  



propertyUpdatedEvent Gets the event which has been updated.  



SchedulerClientDeleteEventArg

Name Description
propertyDeleteSucceed Return bool value which indicates whether the event was successfully deleted.  



propertyDeletedEvent Gets the event which has been deleted.  



SchedulerClientChangeViewArg

Name Description
propertyOriginalView Return the integer value indicating the original view of scheduler  



propertyUpdatedView Return the integer value indicating the new updated view  



"Perfect! Honestly, you guys make me look brilliant. Your components offer a dynamic, and professionally designed experience for my users. The TreeView has been invaluable to me, huge datasets and enormous hierarchies are a snap. However, when you first introduced the CALLBACK, you rocked my world! Having moved from desktop to web applications, I missed the functionality I used to have. You gave it back - thank you. I can't tell you the number of times I've been asked "How'd you do that?" (even from our tech support and contractors)."

John Cappelletti