MonobjcMonobjc Documented Class Library
IWebFrameLoadDelegate Interface
NamespacesMonobjc.WebKitIWebFrameLoadDelegate

[Missing <summary> documentation for "T:Monobjc.WebKit.IWebFrameLoadDelegate"]

Declaration Syntax
C#Visual BasicVisual C++
public interface IWebFrameLoadDelegate : IManagedWrapper
Public Interface IWebFrameLoadDelegate _
	Inherits IManagedWrapper
public interface class IWebFrameLoadDelegate : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
WebViewDidCancelClientRedirectForFrame(WebView, WebFrame)

Invoked when a client redirect is cancelled.

Original signature is '- (void)webView:(WebView *)sender didCancelClientRedirectForFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebViewDidChangeLocationWithinPageForFrame(WebView, WebFrame)

Invoked when the scroll position within a frame changes.

Original signature is '- (void)webView:(WebView *)sender didChangeLocationWithinPageForFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebViewDidClearWindowObjectForFrame(WebView, WebScriptObject, WebFrame)

Invoked when the JavaScript window object in a frame is ready for loading.

Original signature is '- (void)webView:(WebView *)sender didClearWindowObject:(WebScriptObject *)windowObject forFrame:(WebFrame *)frame'

Available in Mac OS X v10.4.11 and later.


WebViewDidCommitLoadForFrame(WebView, WebFrame)

Invoked when content starts arriving for a page load.

Original signature is '- (void)webView:(WebView *)sender didCommitLoadForFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebViewDidFailLoadWithErrorForFrame(WebView, NSError, WebFrame)

Invoked when an error occurs loading a committed data source.

Original signature is '- (void)webView:(WebView *)sender didFailLoadWithError:(NSError *)error forFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebViewDidFailProvisionalLoadWithErrorForFrame(WebView, NSError, WebFrame)

Invoked if an error occurs when starting to load data for a page.

Original signature is '- (void)webView:(WebView *)sender didFailProvisionalLoadWithError:(NSError *)error forFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebViewDidFinishLoadForFrame(WebView, WebFrame)

Invoked when a page load completes.

Original signature is '- (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebViewDidReceiveIconForFrame(WebView, NSImage, WebFrame)

Invoked when a page icon changes.

Original signature is '- (void)webView:(WebView *)sender didReceiveIcon:(NSImage *)image forFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebViewDidReceiveServerRedirectForProvisionalLoadForFrame(WebView, WebFrame)

Invoked when a provisional data source for a frame receives a server redirect.

Original signature is '- (void)webView:(WebView *)sender didReceiveServerRedirectForProvisionalLoadForFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebViewDidReceiveTitleForFrame(WebView, NSString, WebFrame)

Invoked when the page title of a frame loads or changes.

Original signature is '- (void)webView:(WebView *)sender didReceiveTitle:(NSString *)title forFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebViewDidStartProvisionalLoadForFrame(WebView, WebFrame)

Invoked when a page load is in progress in a given frame.

Original signature is '- (void)webView:(WebView *)sender didStartProvisionalLoadForFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebViewWillCloseFrame(WebView, WebFrame)

Invoked when a frame will be closed.

Original signature is '- (void)webView:(WebView *)sender willCloseFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebViewWillPerformClientRedirectToURLDelayFireDateForFrame(WebView, NSURL, Double, NSDate, WebFrame)

Invoked when a frame receives a client redirect and before it is fired.

Original signature is '- (void)webView:(WebView *)sender willPerformClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


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)