WpfBrowser.OnToolBar Event
Fires when the IWebBrowser2 tool bar property is 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 OnToolBarEventArgs)
AddHandler instance.OnToolBar, handler
Syntax
'Declaration
<DescriptionAttribute("Fires when the IWebBrowser2::ToolBar property is changed.")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event OnToolBar As EventHandler(Of OnToolBarEventArgs)
[DescriptionAttribute("Fires when the IWebBrowser2::ToolBar property is changed.")]
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler<OnToolBarEventArgs> OnToolBar
[DescriptionAttribute(L"Fires when the IWebBrowser2::ToolBar property is changed.")]
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
public:
event EventHandler<OnToolBarEventArgs^>^ OnToolBar {
void add (EventHandler<OnToolBarEventArgs^>^ value);
void remove (EventHandler<OnToolBarEventArgs^>^ value);
}
/** @event */
public void add_OnToolBar (EventHandler<OnToolBarEventArgs> value)
/** @event */
public void remove_OnToolBar (EventHandler<OnToolBarEventArgs> 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.