Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection 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.
    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.DataCollection.NotifyCollectionChangedAsyncEventArgs

    See Also