Class CollectionSync
Used for font collections tracing and synchronization.
Inheritance
System.Object
CollectionSync
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class CollectionSync : Object, 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