WpfBrowser.TitleChange Event
Fires when the status bar text of the object has changed.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As WpfBrowser
Dim handler As EventHandler(Of TitleChangeEventArgs)
AddHandler instance.TitleChange, handler
Syntax
'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<DescriptionAttribute("Fires when the status bar text of the object has changed.")> _
<BrowsableAttribute(True)> _
Public Event TitleChange As EventHandler(Of TitleChangeEventArgs)
[CategoryAttribute("DWebBrowserEvents2")]
[DescriptionAttribute("Fires when the status bar text of the object has changed.")]
[BrowsableAttribute(true)]
public event EventHandler<TitleChangeEventArgs> TitleChange
[CategoryAttribute(L"DWebBrowserEvents2")]
[DescriptionAttribute(L"Fires when the status bar text of the object has changed.")]
[BrowsableAttribute(true)]
public:
event EventHandler<TitleChangeEventArgs^>^ TitleChange {
void add (EventHandler<TitleChangeEventArgs^>^ value);
void remove (EventHandler<TitleChangeEventArgs^>^ value);
}
/** @event */
public void add_TitleChange (EventHandler<TitleChangeEventArgs> value)
/** @event */
public void remove_TitleChange (EventHandler<TitleChangeEventArgs> value)
Platforms
See Also
Reference
WpfBrowser Class
WpfBrowser Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.