XREventArgs (Windows Embedded CE 6.0)
1/6/2010
This structure is the base for all structures that contain event data.
Syntax
struct XREventArgs{
UINT Size;
};
Members
- Size
Indicates the size, in bytes, of this structure.
Inheritance Hierarchy
XREventArgs
Remarks
This is a base structure and contains no event data. If an event handler requires event data, you must use a derived event argument structure.
.NET Framework Equivalent
System.EventArgs
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |