Class SchedulerAppointmentEditorWindow
Represents a class which holds the information of ScheduleAppointmentEditor.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class SchedulerAppointmentEditorWindow : ChromelessWindow
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
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. |