Class RecurrenceEditingOptionDialog
Represents a class which holds the information of RecurrenceEditingOptionDialog.
Implements
System.Windows.Markup.IComponentConnector
Inherited Members
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class RecurrenceEditingOptionDialog : ChromelessWindow, IComponentConnector
Constructors
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
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnClosing(CancelEventArgs)
Raises the Closing event.
Declaration
protected override void OnClosing(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e | The cancel event arguments. |
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. |
Overrides
Implements
System.Windows.Markup.IComponentConnector