ClassSchedulerDialogEventArgs
Class
Represents the event arguments for the DialogOpening and DialogClosing events. This abstract base class provides common functionality for dialog-related events, enabling applications to respond to and control scheduler dialog interactions.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public abstract class SchedulerDialogEventArgs
Inheritance: objectSchedulerDialogEventArgs
Derived Classes:
Constructors
SchedulerDialogEventArgs(SchedulerDialogType)
Initializes a new instance of the SchedulerDialogEventArgs class.
Declaration
cs-api-definition
public SchedulerDialogEventArgs(SchedulerDialogType dialogType)
Parameters
dialogType
Properties
DialogType
Gets the dialog type that is about to be opened or was closed. This property identifies which specific scheduler dialog is involved in the event, allowing event handlers to implement type-specific behavior.
Declaration
cs-api-definition
public SchedulerDialogType DialogType { get; }
Property Value