[This is preliminary documentation and is subject to change.]
Occurs when the DocumentTitle property value changes.
Namespace:
WebKitAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# |
|---|
public event EventHandler DocumentTitleChanged |
| Visual Basic (Declaration) |
|---|
Public Event DocumentTitleChanged As EventHandler |
| Visual C++ |
|---|
public: event EventHandler^ DocumentTitleChanged { void add (EventHandler^ value); void remove (EventHandler^ value); } |