Class TextChangedEventArgs
Provides data specific to a TextChanged event.
public class TextChangedEventArgs : RoutedEventArgs
- Inheritance
-
TextChangedEventArgs
- Inherited Members
Constructors
TextChangedEventArgs(RoutedEvent?)
Initializes a new instance of the TextChangedEventArgs class.
public TextChangedEventArgs(RoutedEvent? routedEvent)
Parameters
routedEvent
RoutedEventThe routed event associated with these event args.
TextChangedEventArgs(RoutedEvent?, Interactive?)
Initializes a new instance of the TextChangedEventArgs class.
public TextChangedEventArgs(RoutedEvent? routedEvent, Interactive? source)
Parameters
routedEvent
RoutedEventThe routed event associated with these event args.
source
InteractiveThe source object that raised the routed event.