EventTargetArray::AddTail Method
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 EventTargetArray::AddTail Method.
Supports the WRL infrastructure and is not intended to be used directly from your code.
Syntax
void AddTail(
_In_ IUnknown* element
);
Parameters
element
Pointer to the event handler to append.
Remarks
Appends the specified event handler to the end of the internal array of event handlers.
AddTail() is intended to be used internally by only the EventSource class.
Requirements
Header: event.h
Namespace: Microsoft::WRL::Details