TdxCustomSpellCheckerDictionary.OnLoaded Event
In This Article
Allows you to perform specific actions after the dictionary has been loaded into the memory.
#Declaration
Delphi
property OnLoaded: TdxSpellCheckerDictionaryLoadedEvent read; write;
#Remarks
Sender specifies the loaded dictionary.
See Also