HyphenationDictionaryLoadingEventArgs Class
Represents data for an event that occurs when no hyphenation dictionary was found for the specified culture information.
public sealed class HyphenationDictionaryLoadingEventArgs : EventArgsPublic NotInheritable Class HyphenationDictionaryLoadingEventArgs
Inherits EventArgs- Inheritance:
- System.ObjectSystem.EventArgsHyphenationDictionaryLoadingEventArgs
Properties
CultureInfo
Gets the dictionary's culture information.
Property Value
- System.Globalization.CultureInfo
The dictionary's culture information.
HyphenationDictionary
Gets or sets the hyphenation dictionary for the specified culture information.
public HyphenationDictionary HyphenationDictionary { get; set; }Public Property HyphenationDictionary As HyphenationDictionaryProperty Value
The hyphenation dictionary for the specified culture information.