Class SchedulerCancelEventArgs
The event arguments for the OnCancel event.
Inheritance
System.Object
SchedulerCancelEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SchedulerCancelEventArgs : EventArgs
Constructors
SchedulerCancelEventArgs()
Declaration
public SchedulerCancelEventArgs()
SchedulerCancelEventArgs(Object)
Declaration
public SchedulerCancelEventArgs(object item)
Parameters
System.Object
item
|
Properties
Item
The appointment model that the user edited with the changes they discarded.
Declaration
public object Item { get; set; }
Property Value
System.Object
|