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