Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
This structure contains event data for a routed event.
Syntax
struct XRRoutedEventArgs : XREventArgs{
IXRDependencyObject *pSource;
};
Inheritance Hierarchy
XRRoutedEventArgs
Members
- pSource
Points to an IXRDependencyObject object that represents the source. This is the first object that raised the routed event.
- 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 |