Share via


InvokeHelper::InvokeHelper Constructor

Supports the WRL infrastructure and is not intended to be used directly from your code.

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

See Also

Reference

InvokeHelper Structure

Microsoft::WRL::Details Namespace