CppXAML
Loading...
Searching...
No Matches
List of all members
cppxaml::TypedXamlEvent< TSender, TArgs > Struct Template Reference

A default event handler that maps to Windows.Foundation.TypedEventHandler. More...

#include <cppxaml/XamlProperty.h>

Inherits cppxaml::details::XamlEvent_t< T >.

Detailed Description

template<typename TSender, typename TArgs>
struct cppxaml::TypedXamlEvent< TSender, TArgs >

A default event handler that maps to Windows.Foundation.TypedEventHandler.

Template Parameters
TThe event data type.

Usage example:

// In IDL, this corresponds to:
// event Windows.Foundation.TypedEventHandler<ModalPage, String> OkClicked;
A default event handler that maps to Windows.Foundation.TypedEventHandler.
Definition: XamlProperty.h:63

The documentation for this struct was generated from the following file: