Version

TextChangedEventArgs Class Members

The following tables list the members exposed by TextChangedEventArgs.

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