TextChangedEventArgs Constructor (RoutedEvent, UndoAction, ICollection<TextChange>)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Initializes a new instance of the TextChangedEventArgs class, using the specified event ID, undo action, and text changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
new :
id:RoutedEvent *
action:UndoAction *
changes:ICollection<TextChange> -> TextChangedEventArgs
Parameters
- id
-
Type:
System.Windows.RoutedEvent
The event identifier (ID).
- action
-
Type:
System.Windows.Controls.UndoAction
The UndoAction caused by the text change.
- changes
-
Type:
System.Collections.Generic.ICollection<TextChange>
The changes that occurred during this event. For more information, see Changes.
TextChangedEventArgs is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 3.0
Available since 3.0
Show: