WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CollectionSync

    Show / Hide Table of Contents

    Class CollectionSync

    Used for font collections tracing and synchronization.

    Inheritance
    System.Object
    CollectionSync
    Implements
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class CollectionSync : IDisposable

    Constructors

    CollectionSync(FontFamilyRecordCollection, ICollection, FontFamilyRecordType, ICollection)

    Initializes a new instance of the CollectionSync class.

    Declaration
    public CollectionSync(FontFamilyRecordCollection target, ICollection source, FontFamilyRecordType purpose, ICollection mainCollection)
    Parameters
    Type Name Description
    FontFamilyRecordCollection target

    FontFamilyRecord target collection.

    System.Collections.ICollection source

    FontFamily collection.

    FontFamilyRecordType purpose

    Purpose of the font family.

    System.Collections.ICollection mainCollection

    Main collection.

    Methods

    ColChange_CollectionChanged(Object, NotifyCollectionChangedEventArgs)

    Handles the CollectionChanged event of the System.Collections.ICollection collection.

    Declaration
    public void ColChange_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    The source of the event.

    System.Collections.Specialized.NotifyCollectionChangedEventArgs e

    The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.

    Dispose()

    Releases the resources.

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved