Event Class (Windows Runtime C++ Template Library)
Visual Studio 2015
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 Event Class (Windows Runtime C++ Template Library).
Represents an event.
class Event : public HandleT<HandleTraits::EventTraits>;
Public Constructors
| Name | Description |
|---|---|
| Event::Event Constructor (Windows Runtime C++ Template Library) | Initializes a new instance of the Event class. |
Public Operators
| Name | Description |
|---|---|
| Event::operator= Operator | Assigns the specified Event reference to the current Event instance. |
HandleT
Event
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers
Show: