HRESULT SendOnViewChange( DWORD dwAspect, LONG lindex = -1 );
Return Value
One of the standard HRESULT values.
Parameters
dwAspect
[in] The aspect or view of the control.
lindex
[in] The portion of the view that has changed. Only -1 is valid.
Remarks
Notifies all registered advisory sinks that the control's view has changed.
CComControl Overview | Class Members
See Also CComControl::m_spAdviseSink