EventTargetArray Class
Supports the WRL infrastructure and is not intended to be used directly from your code.
class EventTargetArray : public Microsoft::WRL::RuntimeClass<Microsoft::WRL::RuntimeClassFlags<ClassicCom>, IUnknown>;
Remarks
Represents an array of event handlers.
The event handlers that are associated with an EventSource object are stored in a protected EventTargetArray data member.
Members
Public Constructors
Name |
Description |
---|---|
Initializes a new instance of the EventTargetArray class. |
|
Deinitializes the current EventTargetArray class. |
Public Methods
Name |
Description |
---|---|
Appends the specified event handler to the end of the internal array of event handlers. |
|
Gets the address of the first element in the internal array of event handlers. |
|
Gets the address of the last element in the internal array of event handlers. |
|
Gets the current number of elements in the internal array of event handlers. |
Inheritance Hierarchy
EventTargetArray
Requirements
Header: event.h
Namespace: Microsoft::WRL::Details