TdxSpellCheckerCheckAsYouTypeOptions.OnChanged Event
In This Article
Enables you to perform specific actions after the TdxSpellCheckerCheckAsYouTypeOptions‘s option has been changed.
#Declaration
Delphi
property OnChanged: TdxSpellCheckerCheckAsYouTypeOptionsChangedEvent read; write;
#Remarks
ASender specifies the TdxSpellCheckerCheckAsYouTypeOptions instance that contains the changed option.
See Also