Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires when the ToolBarproperty is changed.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As WebBrowserExtended
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
WebBrowserExtended Class
WebBrowserExtended Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.