EventTargetArray Class
Visual Studio 2012
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>;
Represents an array of event handlers.
The event handlers that are associated with an EventSource object are stored in a protected EventTargetArray data member.
|
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. |