Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 StatusTextChangeEventArgs)
AddHandler instance.StatusTextChange, handler
Syntax
'Declaration
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fires when the status bar text of the object has changed.")> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event StatusTextChange As EventHandler(Of StatusTextChangeEventArgs)
[BrowsableAttribute(true)]
[DescriptionAttribute("Fires when the status bar text of the object has changed.")]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler<StatusTextChangeEventArgs> StatusTextChange
[BrowsableAttribute(true)]
[DescriptionAttribute(L"Fires when the status bar text of the object has changed.")]
[CategoryAttribute(L"DWebBrowserEvents2")]
public:
event EventHandler<StatusTextChangeEventArgs^>^ StatusTextChange {
void add (EventHandler<StatusTextChangeEventArgs^>^ value);
void remove (EventHandler<StatusTextChangeEventArgs^>^ value);
}
/** @event */
public void add_StatusTextChange (EventHandler<StatusTextChangeEventArgs> value)
/** @event */
public void remove_StatusTextChange (EventHandler<StatusTextChangeEventArgs> 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.