Event Class (Windows Runtime C++ Template Library)

 

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

NameDescription
Event::Event Constructor (Windows Runtime C++ Template Library)Initializes a new instance of the Event class.

Public Operators

NameDescription
Event::operator= OperatorAssigns the specified Event reference to the current Event instance.

HandleT

Event

Header: corewrappers.h

Namespace: Microsoft::WRL::Wrappers

Microsoft::WRL::Wrappers Namespace

Show: