EditEvent
Class
Represents the arguments for the edit event of the editing directives.
Definition
Package:@progress/kendo-angular-scheduler
Methods
Returns true if the event was prevented
by any of its subscribers.
Returns:
boolean
true if the default action was prevented.
Otherwise, returns false.
Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event.
Properties
dataItem
any
Provides the event data item for which the Edit dialog will be opened.
Provides the event for which the Edit dialog will be opened.
Provides a reference to the Scheduler instance that triggered the event.