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