XRTextChangedEventArgs (Windows Embedded CE 6.0)
1/6/2010
This structure provides data for reporting content changes in a text box.
Syntax
struct XRTextChangedEventArgs : XRRoutedEventArgs{
};
Members
This structure inherits all members from XRRoutedEventArgs.
Inheritance Hierarchy
XRTextChangedEventArgs
Remarks
A routed event is an event that passes through several objects before an event handler handles it. The object that calls the event handler is not the first object that raised the routed event.
.NET Framework Equivalent
System.Windows.RoutedEventArgs
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |