Skip to main content
All docs
V19.1

SchedulerView.ItemPropertyChanged Event

Fires when a scheduler item’s property changes.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public event ItemPropertyChangedEventHandler ItemPropertyChanged

Event Data

The ItemPropertyChanged event's data class is ItemPropertyChangedEventArgs. The following properties provide information specific to this event:

Property Description
Item Returns the scheduler item whose property changed.
ItemType Returns the kind of scheduler item whose property changed.
PropertyName Returns the name of the changed property.
See Also