ItemPropertyChangedEventArgs(ItemType, SourceObjectContainer, String) Constructor
Initializes a new instance of the ItemPropertyChangedEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
public ItemPropertyChangedEventArgs(
ItemType itemType,
SourceObjectContainer item,
string propertyName
)
Parameters
Name | Type | Description |
---|---|---|
itemType | ItemType | An ItemType enumeration member that identifies the type of the changed item. |
item | SourceObjectContainer | An object whose property is changed. It can be a descendant of the SourceObjectContainer class: AppointmentItem, ResourceItem, AppointmentLabelItem, AppointmentStatusItem. |
propertyName | String | A string that is the name of the changed property. |
Remarks
Instances of the ItemPropertyChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also