Share via


EventSource::targets_ Data Member

An array of one or more event handlers.

ComPtr<Details::EventTargetArray> targets_;

Remarks

When the event that is represented by the current EventSource object occurs, the event handlers are called.

Requirements

Header: event.h

Namespace: Microsoft::WRL

See Also

Reference

EventSource Class