Class ReminderAlertActionChangedEventArgs
Provides data for a ReminderAlertActionChanged event.
Inheritance
System.Object
ReminderAlertActionChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class ReminderAlertActionChangedEventArgs : EventArgs
Constructors
ReminderAlertActionChangedEventArgs()
Declaration
public ReminderAlertActionChangedEventArgs()
Properties
ReminderAction
Gets the appointment reminder actions such as dismiss, dismiss all, and snooze performed in the reminder alert window.
Declaration
public ReminderAction ReminderAction { get; }
Property Value
Type |
---|
ReminderAction |
Reminders
Gets the reminders collection where dismiss, dismiss all or snooze action is performed in the reminder alert window.
Declaration
public List<SchedulerReminder> Reminders { get; }
Property Value
Type |
---|
System.Collections.Generic.List<SchedulerReminder> |
Remarks
The collection will have only one item when the user dismiss or snooze a particular reminder in the reminder alert window and it may have one or more reminder item when the user performs dismiss all in the reminder alert window.
SnoozeTime
Gets the snooze time value of an appointment in the reminder alert window.
Declaration
public Nullable<TimeSpan> SnoozeTime { get; }
Property Value
Type |
---|
System.Nullable<System.TimeSpan> |