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