Class SpecialDatesCollection
SpecialDatesCollection class
Inheritance
System.Object
SpecialDatesCollection
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class SpecialDatesCollection : ObservableCollection<SpecialDate>
Constructors
SpecialDatesCollection()
Declaration
public SpecialDatesCollection()
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Invoked when Special Dates collection changed.
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Specialized.NotifyCollectionChangedEventArgs | e | Notify collection chnaged event |