Skip to main content

SchedulerDataStorage.ItemPropertyChanged Event

Fires when a scheduler item’s property changes.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

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