Important: The information in this document is obsolete and should not be used for new development.
BroadcasterAttached
Notifies this progress receiver that it has been attached to a progress broadcaster.
void BroadcasterAttached (in CyberProgressBroadcaster broadcaster);
broadcaster
- The progress broadcaster to which the progress receiver has been attached.
DISCUSSION
When theCyberProgressBroadcaster::AttachReceiver
method is called to attach a progress receiver to a progress broadcaster, that method callsBroadcasterAttached
to notify the progress receiver that it has been attached to the broadcaster. Once a progress receiver has been attached to a broadcaster, the broadcaster notifies it of status and progress changes.SEE ALSO
TheBroadcasterDetached
method (page 320).
TheCyberProgressBroadcaster::AttachReceiver
method (page 300).