다음을 통해 공유


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.

Syntax

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
Event::operator= Operator Assigns the specified Event reference to the current Event instance.

Inheritance Hierarchy

HandleT

Event

Requirements

Header: corewrappers.h

Namespace: Microsoft::WRL::Wrappers

See Also

Microsoft::WRL::Wrappers Namespace