ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / NotifyCollectionChangedAsyncEventArgs Class
Members

In This Topic
    NotifyCollectionChangedAsyncEventArgs Class
    In This Topic
    Provides event data for collection events as well as support for asynchronously waiting for the event handlers.
    Object Model
    NotifyCollectionChangedAsyncEventArgs Class
    Syntax
    'Declaration
     
    Public Class NotifyCollectionChangedAsyncEventArgs 
       Inherits System.Collections.Specialized.NotifyCollectionChangedEventArgs
    public class NotifyCollectionChangedAsyncEventArgs : System.Collections.Specialized.NotifyCollectionChangedEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.Collections.Specialized.NotifyCollectionChangedEventArgs
             C1.CollectionView.NotifyCollectionChangedAsyncEventArgs

    See Also