Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / NotifyCollectionChangedAsyncEventArgs Class / Create Method / Create(NotifyCollectionChangedAction) Method
The action that caused the event. This must be set to System.Collections.Specialized.NotifyCollectionChangedAction.Reset.

In This Topic
    Create(NotifyCollectionChangedAction) Method
    In This Topic
    Initializes a new instance of the System.Collections.Specialized.NotifyCollectionChangedEventArgs class that describes a System.Collections.Specialized.NotifyCollectionChangedAction.Reset change.
    Syntax

    Parameters

    action
    The action that caused the event. This must be set to System.Collections.Specialized.NotifyCollectionChangedAction.Reset.
    See Also