Class SchedulerDialogEventArgs
Represents the event arguments for the DialogOpening and DialogClosing events.
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 SchedulerDialogEventArgs class.
Declaration
public SchedulerDialogEventArgs(SchedulerDialogType dialogType)
Parameters
SchedulerDialogType
dialogType
|
Properties
DialogType
Gets the dialog that is about to be opened.
Declaration
public SchedulerDialogType DialogType { get; }
Property Value
SchedulerDialogType
|