MonobjcMonobjc Documented Class Library
SetFrameLoadDelegate Method (assignment)
NamespacesMonobjc.WebKitWebViewSetFrameLoadDelegate(Action<(Of <<'(WebView..::..WebFrameLoadDelegateEventDispatcher>)>>))
Set the FrameLoadDelegate property of a WebView instance.
Declaration Syntax
C#Visual BasicVisual C++
public void SetFrameLoadDelegate(
	Action<WebView..::..WebFrameLoadDelegateEventDispatcher> assignment
)
Public Sub SetFrameLoadDelegate ( _
	assignment As Action(Of WebView..::..WebFrameLoadDelegateEventDispatcher) _
)
public:
void SetFrameLoadDelegate(
	Action<WebView..::..WebFrameLoadDelegateEventDispatcher^>^ assignment
)
Parameters
assignment (Action<(Of <(<'WebView..::..WebFrameLoadDelegateEventDispatcher>)>)>)
The assignment of delegation methods.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)