Back to Devexpress

AppointmentAddedEventArgs Properties

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentaddedeventargs-dot-underscore-properties.md

latest3.1 KB
Original Source

AppointmentAddedEventArgs Properties

Provides data for the AppointmentAdded event.

NameDescription
AddToSourceReturns the list of appointments to add to the data source. Inherited from AppointmentCRUDEventArgs.
AppointmentsReturns the list of appointments to update, add, or delete in the scheduler’s underlying source. Inherited from AppointmentCRUDEventArgs.
DeleteFromSourceReturns the list of appointments to delete from the data source. Inherited from AppointmentCRUDEventArgs.
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
UpdateInSourceReturns the list of appointments to update in the data source. Inherited from AppointmentCRUDEventArgs.

See Also

AppointmentAddedEventArgs Class

AppointmentAddedEventArgs Members

DevExpress.Xpf.Scheduling Namespace