XRTextChangedEventArgs (Compact 2013)
3/28/2014
This structure provides data for reporting content changes in a text box.
Syntax
struct XRTextChangedEventArgs : XRRoutedEventArgs{
};
Inheritance Hierarchy
XRTextChangedEventArgs
Members
- pSource
Points to an IXRDependencyObject object that represents the source. This is the first object that raised the routed event. Inherited from XRRoutedEventArgs.
- Size
Indicates the size, in bytes, of this structure. Inherited from XREventArgs.
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 |