EventSource::GetSize 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 EventSource::GetSize Method.

Retrieves the number of event handlers associated with the current EventSource object

Syntax

size_t GetSize() const;  

Return Value

The number of event handlers in targets_.

Requirements

Header: event.h

Namespace: Microsoft::WRL

See Also

EventSource Class