DWebBrowserEvents2.TitleChange(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires when the title of a document in the object becomes available or changes.
public:
void TitleChange(System::String ^ Text);
public void TitleChange (string Text);
abstract member TitleChange : string -> unit
Public Sub TitleChange (Text As String)
Parameters
- Text
- String