Class SchedulerAppointmentEditorWindow
Represents a class which holds the information of ScheduleAppointmentEditor.
Implements
System.Windows.Markup.IComponentConnector
System.Windows.Markup.IStyleConnector
Inherited Members
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class SchedulerAppointmentEditorWindow : ChromelessWindow, IComponentConnector, IStyleConnector
Constructors
SchedulerAppointmentEditorWindow(SfScheduler, ScheduleAppointment)
Initializes a new instance of the SchedulerAppointmentEditorWindow class.
Declaration
public SchedulerAppointmentEditorWindow(SfScheduler schedule, ScheduleAppointment appointment)
Parameters
Type | Name | Description |
---|---|---|
SfScheduler | schedule | the scheduler. |
ScheduleAppointment | appointment | the appointment. |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnClosed(EventArgs)
Raises the System.Windows.Window.Closed event.
Declaration
protected override void OnClosed(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | An System.EventArgs that contains the event data. |
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
System.Windows.Markup.IStyleConnector