Version 24.2 (latest)

TextChangedEventArgs Class Properties

For a list of all members of this type, see TextChangedEventArgs members.

Public Properties
 NameDescription
Public PropertyAfterReturns the current snapshot, which reflects the changes which triggered this event.  
Public PropertyBeforeReturns the old snapshot, which reflects the state of the document before the changes which triggered this event.  
Public PropertyChangesReturns a read-only list containing all changes that triggered this event.  
Public PropertySourceIdentifies the source of the change (read-only).  
See Also