Version 24.2 (latest)

TextChangingEventArgs Class Properties

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

Public Properties
 NameDescription
Public PropertyAfterReturns the new snapshot which reflects the changes which triggered this event are applied.  
Public PropertyBeforeReturns the current snapshot which reflects the state of the document before the changes which triggered this event are applied.  
Public PropertyCanCancelDetermines if this action can be canceled (read-only).  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyChangesReturns a read-only list containing all changes that triggered this event.  
Public PropertySourceIdentifies the source of the change (read-only).  
See Also