Search
DateCollection.OnCollectionChanged Method
See Also
 





ObservableCollection<DateTime>.OnCollectionChanged override.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

protected override void OnCollectionChanged (
    NotifyCollectionChangedEventArgs e
)

Visual Basic  Copy Code

Protected Overrides Sub OnCollectionChanged( _
    e As NotifyCollectionChangedEventArgs _
)

 Parameters

e
Arguments of the event being raised.

 See Also