CreateDelegate (Compact 2013)

3/28/2014

This topic provides links to the different versions of the CreateDelegate function.

Overloads List

Function

Description

CreateDelegate(class,class::method)

Creates a delegate for an event. The delegate represents the event handler that you specify in the parameters.

CreateDelegate(class,class::method,IXRDelegate<ArgType, SenderType>)

Creates a delegate for an event. The delegate represents the event handler that you specify in the parameters.

Requirements

Header

XRDelegate.h

See Also

Reference

XAML for Windows Embedded Functions