Version

TextChangingEventArgs Class Members

The following tables list the members exposed by TextChangingEventArgs.

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