Back to Devexpress

AppointmentCRUDEventArgs Properties

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

latest2.8 KB
Original Source

AppointmentCRUDEventArgs Properties

The base class for CRUD (create, read, update, delete) events.

NameDescription
AddToSourceReturns the list of appointments to add to the data source.
AppointmentsReturns the list of appointments to update, add, or delete in the scheduler’s underlying source.
DeleteFromSourceReturns the list of appointments to delete from the data source.
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.

See Also

AppointmentCRUDEventArgs Class

AppointmentCRUDEventArgs Members

DevExpress.Xpf.Scheduling Namespace