Event Class (Windows Runtime C++ Template Library)
Represents an event.
class Event : public HandleT<HandleTraits::EventTraits>;
Members
Public Constructors
Name |
Description |
---|---|
Event::Event Constructor (Windows Runtime C++ Template Library) |
Initializes a new instance of the Event class. |
Public Operators
Name |
Description |
---|---|
Assigns the specified Event reference to the current Event instance. |
Inheritance Hierarchy
HandleT
Event
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers