Class AppointmentEditorClosedEventArgs
Provides the properties for a appointment editor closedAppointmentEndResizingEventArgs event.
Inheritance
System.Object
AppointmentEditorClosedEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class AppointmentEditorClosedEventArgs : Object
Constructors
AppointmentEditorClosedEventArgs()
Declaration
public AppointmentEditorClosedEventArgs()
Properties
Action
Specifies the action while closing the editor.
Declaration
public EditorClosedAction Action { get; set; }
Property Value
Type |
---|
EditorClosedAction |
EditedAppointment
Specifies data of edited appointment.
Declaration
public object EditedAppointment { get; set; }
Property Value
Type |
---|
System.Object |
Handled
Checks whether appointment is handled.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
IsNew
Specifies whether appointment is newly created.
Declaration
public bool IsNew { get; set; }
Property Value
Type |
---|
System.Boolean |
OriginalAppointment
Specifies data of original appointment.
Declaration
public object OriginalAppointment { get; set; }
Property Value
Type |
---|
System.Object |