Skip to main content

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

C#
public NotifyCollectionChangedAction Action { get; }

#Property Value

Type Description
NotifyCollectionChangedAction

The action that caused the event.

See Also