alexa

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX