Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / StatusStorage Class / OnListChanged Method
A System.ComponentModel.ListChangedEventArgs object that contains the event data.

In This Topic
    OnListChanged Method (StatusStorage)
    In This Topic
    Translates changes in the internal list to the Objects collection.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnListChanged( _
       ByVal e As ListChangedEventArgs _
    ) 
    protected virtual void OnListChanged( 
       ListChangedEventArgs e
    )

    Parameters

    e
    A System.ComponentModel.ListChangedEventArgs object that contains the event data.
    See Also