XRRoutedEventArgs (Windows Embedded CE 6.0)
1/6/2010
This structure contains event data for a routed event.
Syntax
struct XRRoutedEventArgs : XREventArgs{
IXRDependencyObject *pSource;
};
Members
- pSource
Points to an IXRDependencyObject object that represents the source. This is the first object that raised the routed event.
Inheritance Hierarchy
XRRoutedEventArgs
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 |