Class RecurrenceEditingOptionDialog
Represents a class which holds the information of RecurrenceEditingOptionDialog.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class RecurrenceEditingOptionDialog : ChromelessWindowConstructors
RecurrenceEditingOptionDialog(SfScheduler, Boolean, String)
Initializes a new instance of the RecurrenceEditingOptionDialog class.
Declaration
public RecurrenceEditingOptionDialog(SfScheduler schedule, bool isEditing = true, string appointmentSubject = null)Parameters
| Type | Name | Description | 
|---|---|---|
| SfScheduler | schedule | The schedule. | 
| System.Boolean | isEditing | Denotes whether the dialog getting opened for appointment edit action or delete action. | 
| System.String | appointmentSubject | Subject of the recurring appointment. | 
Methods
OnClosing(CancelEventArgs)
Declaration
protected override void OnClosing(CancelEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.ComponentModel.CancelEventArgs | e | 
OnMouseLeftButtonUp(MouseButtonEventArgs)
Occurs when the left mouse button is released.
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.Input.MouseButtonEventArgs | e | The arguments. |