DWebBrowserEvents2::StatusTextChange Event
Fires when the status bar text of the object has changed.
Syntax
void StatusTextChange( BSTR Text );
Parameters
- Text
[in] A BSTR that specifies the new status bar text.
Return Value
No return value.
Event DISPID
DISPID_STATUSTEXTCHANGE
The DISPID for this event is defined in exdispid.h. Use this value to identify the event handler when implementing IDispatch::Invoke.
Remarks
The container can use the information provided by this event to update the text of a status bar.
See Also