Class RegisteredFonts
Represents observable collection of font families.
Inheritance
System.Object
RegisteredFonts
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: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents.dll
Syntax
public class RegisteredFonts : IEnumerable<FontFamilyInfo>, IEnumerable, INotifyCollectionChanged
Methods
GetEnumerator()
Declaration
public IEnumerator<FontFamilyInfo> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<FontFamilyInfo>
|
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the CollectionChanged event.
Declaration
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data. |
Events
CollectionChanged
Occurs when the items list of the collection has changed, or the collection is reset.
Declaration
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Type
System.Collections.Specialized.NotifyCollectionChangedEventHandler
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()