WebBrowser::StatusTextChanged Event
Occurs when the StatusText property value changes.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Handle this event to update a status bar when the value of the StatusText property changes.
For more information about handling events, see Handling and Raising Events.
The following code example demonstrates how to use a handler for the StatusTextChanged event to implement a status bar for the WebBrowser control similar to the one in Internet Explorer. This example requires that your form contains a WebBrowser control called webBrowser1 and a StatusBar control called StatusBar1.
For the complete code example, see How to: Add Web Browser Capabilities to a Windows Forms Application.
for immediate callers to use this control. Demand value: LinkDemand; NIB: Named Permission Sets: FullTrust.
Available since 2.0