HyphenationDictionaryLoadingEventArgs Class
Represents data for an event that occurs when no hyphenation dictionary was found for the specified culture information.
public sealed class HyphenationDictionaryLoadingEventArgs : EventArgs
Public 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 HyphenationDictionary
Property Value
The hyphenation dictionary for the specified culture information.