Skip to main content

SeriesCollectionChangedEventArgs(ActionType) Constructor

Initializes a new instance of the SeriesCollectionChangedEventArgs class with specified settings.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public SeriesCollectionChangedEventArgs(
    ActionType action
)

Parameters

Name Type
action ActionType
See Also