ItemsCollectionChangedEventArgs.Action Property
Gets the action that caused the event.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public NotifyCollectionChangedAction Action { get; }
Property Value
Type | Description |
---|---|
NotifyCollectionChangedAction | The action that caused the event. |
See Also