InvokeHelper::InvokeHelper Constructor
The latest version of this topic can be found at InvokeHelper::InvokeHelper Constructor.
Supports the WRL infrastructure and is not intended to be used directly from your code.
Syntax
explicit InvokeHelper(
TCallback callback
);
Parameters
callback
An event handler.
Remarks
Initializes a new instance of the InvokeHelper class.
The TCallback
template parameter specifies the type of the event handler.
Requirements
Header: event.h
Namespace: Microsoft::WRL::Details