XREventArgs (Compact 2013)
3/28/2014
This structure is the base for all structures that contain event data.
Syntax
struct XREventArgs{
UINT Size;
};
Inheritance Hierarchy
XREventArgs
Members
- Size
Indicates the size, in bytes, of this structure.
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 |