[]
        
(Showing Draft Content)

C1.Schedule.BaseStorage-2.OnListChanged

OnListChanged Method

OnListChanged(ListChangedEventArgs)

Translates changes in the internal list to the Objects collection.

Declaration
protected override void OnListChanged(ListChangedEventArgs e)
Parameters
Type Name Description
ListChangedEventArgs e

A System.ComponentModel.ListChangedEventArgs object that contains the event data.

Overrides