C1.DataCollection Assembly / C1.DataCollection Namespace / NotifyCollectionChangedAsyncEventArgs Class
Members

NotifyCollectionChangedAsyncEventArgs Class
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
 
Inheritance Hierarchy

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

See Also