Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates that a member is a source of events.
Allowed on
Member of a coclass, property, or method.
Flags
- IMPLTYPEFLAG\_FSOURCE
VARFLAG\_SOURCE
FUNCFLAG\_SOURCE
Remarks
For a member of a coclass, this attribute indicates that the member is called rather than implemented.
On a property or method, this attribute indicates that the member returns an object or VARIANT that is a source of events. The object implements the interface IConnectionPointContainer.
Related topics