Class SchedulerDialogEventArgs
Represents the event arguments for the Dialog
Inheritance
System.Object
SchedulerDialogEventArgs
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class SchedulerDialogEventArgs : Object
Constructors
SchedulerDialogEventArgs(SchedulerDialogType)
Initializes a new instance of the Scheduler
Declaration
public SchedulerDialogEventArgs(SchedulerDialogType dialogType)
Parameters
Scheduler
|
Properties
DialogType
Gets the dialog that is about to be opened.
Declaration
public SchedulerDialogType DialogType { get; }