WebBrowserNavigatedEventArgs Constructor
Initializes a new instance of the WebBrowserNavigatedEventArgs class.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim url As Uri
Dim instance As New WebBrowserNavigatedEventArgs(url)
Syntax
'Declaration
<TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")> _
Public Sub New ( _
url As Uri _
)
[TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public WebBrowserNavigatedEventArgs (
Uri url
)
[TargetedPatchingOptOutAttribute(L"Performance critical to inline this type of method across NGen image boundaries")]
public:
WebBrowserNavigatedEventArgs (
Uri^ url
)
/** @attribute TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries") */
public WebBrowserNavigatedEventArgs (
Uri url
)
TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")
public function WebBrowserNavigatedEventArgs (
url : Uri
)
Parameters
- url
Specifies the URL.
Platforms
See Also
Reference
WebBrowserNavigatedEventArgs Class
WebBrowserNavigatedEventArgs Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.