'Declaration Public Event TextChanged As TextChangedEventHandler
public event TextChangedEventHandler TextChanged
Event Data
The event handler receives an argument of type TextChangedEventArgs containing data related to this event. The following TextChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Changes | Gets a collection of objects that contains information about the changes that occurred. |
Handled | (Inherited from System.Windows.RoutedEventArgs) |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
Source | (Inherited from System.Windows.RoutedEventArgs) |
UndoAction | Gets how the undo stack is caused or affected by this text change |
See Also