WebViewLoadingEventArgs Constructor |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public WebViewLoadingEventArgs(
Uri uri,
bool isMainFrame
)
Public Sub New (
uri As Uri,
isMainFrame As Boolean
)
new :
uri : Uri *
isMainFrame : bool -> WebViewLoadingEventArgs
Parameters
- uri
- Type: SystemUri
URI of the page that is loading. - isMainFrame
- Type: SystemBoolean
If set to true the uri is for the main frame, otherwise false.
See Also