Class SchedulerUpdateEventArgs
The event arguments for the OnUpdate event.
Inheritance
System.Object
SchedulerUpdateEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SchedulerUpdateEventArgs : EventArgs
Constructors
SchedulerUpdateEventArgs()
Declaration
public SchedulerUpdateEventArgs()
SchedulerUpdateEventArgs(Object)
Declaration
public SchedulerUpdateEventArgs(object updatedItem)
Parameters
System.Object
updatedItem
|
Properties
Item
The appointment model that the user updated.
Declaration
public object Item { get; set; }
Property Value
System.Object
|