TdxSpellCheckerAutoCorrectOptions.OnChanged Event
Allows you to perform specific actions after an option has been changed.
Declaration
property OnChanged: TdxSpellCheckerAutoCorrectOptionsChangedEvent read; write;
Remarks
Sender specifies the TdxSpellCheckerAutoCorrectOptions instance that contains the changed option.
See Also