Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SchedulerControl.ItemPropertyChanged Event

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: 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