Version

SpellCheckedEventArgs Class Members

The following tables list the members exposed by SpellCheckedEventArgs.

Public Constructors
 NameDescription
Public ConstructorSpellCheckedEventArgs ConstructorCreates a new SpellCheckedEventArgs instance.  
Public Properties
 NameDescription
Public PropertyErrorsGets the collection of errors found in the spell checked text.  
Public PropertyLengthGets the length of the spell checked text portion. (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTextEventArgs)
Public PropertyOffsetGets the offset in the SpellCheckTextEventArgs.Text where the spell checked text portion begins. (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTextEventArgs)
Public PropertySpellCheckTargetGets the object which was spell checked. (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTargetEventArgs)
Public PropertyTextGets the full text of the target being spell checked. (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTextEventArgs)
See Also