CConnectionPoint::OnAdvise

This member function is called by the framework when a connection is being established or broken. Override this function if you want notification when sinks connect to or disconnect from your connection point. The default implementation does nothing.

Syntax

virtual void OnAdvise( BOOL bAdvise );

At a Glance

Header file: Afxdisp.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

CConnectionPoint Overview, CConnectionPoint Member Functions, Application Architecture Classes