Contains information about the dialog which is going to be shown. This event argument class allows applications to intercept dialog opening events and optionally cancel dialog display or customize dialog behavior.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class SchedulerDialogOpeningEventArgs : SchedulerDialogEventArgs
Inheritance: objectSchedulerDialogEventArgsSchedulerDialogOpeningEventArgs
Inherited Members
Constructors
Initializes a new instance of the SchedulerDialogOpeningEventArgs class.
C#
public SchedulerDialogOpeningEventArgs(SchedulerDialogType dialogType)