Back to Devexpress

SchedulerControl.ItemPropertyChanged Event

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-e7122508.md

latest2.0 KB
Original Source

SchedulerControl.ItemPropertyChanged Event

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public event ItemPropertyChangedEventHandler ItemPropertyChanged
vb
Public Event ItemPropertyChanged As ItemPropertyChangedEventHandler

Event Data

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

PropertyDescription
ItemGets an item whose property has been changed.
ItemTypeIndicates the type of the item whose property has been changed.
PropertyNameGets 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

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace