ItemPropertyChangedEventArgs(ItemType, SourceObjectContainer, String) Constructor
Initializes a new ItemPropertyChangedEventArgs instance with the specified item whose property changed and the name of the changed property.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.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