Skip to main content
A newer version of this page is available. .

SchedulerControl.ItemPropertyChanged Event

Occurs when one of the Scheduler item’s properties has been changed.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

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 Gets an item whose property has been changed.
ItemType Indicates the type of the item whose property has been changed.
PropertyName Gets the name of the property which has been changed.

Remarks

The event is raised when the property of one of the following objects is changed:

See Also