ItemPropertyChangedEventArgs(ItemType, SourceObjectContainer, String) Constructor
Initializes a new instance of the ItemPropertyChangedEventArgs class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public ItemPropertyChangedEventArgs(
ItemType itemType,
SourceObjectContainer item,
string propertyName
)
Parameters
Name | Type | Description |
---|---|---|
itemType | ItemType | The kind of scheduler item whose property changed. |
item | SourceObjectContainer | The scheduler item whose property changed. |
propertyName | String | The name of the changed property. |
See Also