InvokeHelper::callback_ Data Member
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at InvokeHelper::callback_ Data Member.
Supports the WRL infrastructure and is not intended to be used directly from your code.
Syntax
TCallback callback_;
Remarks
Represents the event handler to call when an event occurs.
The TCallback
template parameter specifies the type of the event handler.
Requirements
Header: event.h
Namespace: Microsoft::WRL::Details