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

C# | Visual Basic | Visual C++ |
public interface IWebFrameLoadDelegate : IManagedWrapper
Public Interface IWebFrameLoadDelegate _ Inherits IManagedWrapper
public interface class IWebFrameLoadDelegate : IManagedWrapper

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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. |
![]() | SendMessage(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). |
![]() | SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). |
![]() | SendMessageSuper(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. |
![]() | SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)