Back to Devexpress

AppointmentRemovedEventArgs Properties

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

latest3.2 KB
Original Source

AppointmentRemovedEventArgs Properties

Provides data for the AppointmentRemoved 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

AppointmentRemovedEventArgs Class

AppointmentRemovedEventArgs Members

DevExpress.Xpf.Scheduling Namespace