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

In This Topic
    Create(NotifyCollectionChangedAction,CancellationToken) 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.
    cancellationToken
    The cancellation token.
    See Also