Method | Description | |
---|---|---|
BeginInvoke ( this webbrowsernavigatingeventhandler, Object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e, AsyncCallback callback ) : IAsyncResult |
Extends BeginInvoke so that when a state object is not needed, null does not need to be passed.
|
public static BeginInvoke ( this webbrowsernavigatingeventhandler, Object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
webbrowsernavigatingeventhandler | this | |
sender | Object | |
e | System.Windows.Forms.WebBrowserNavigatingEventArgs | |
callback | AsyncCallback | |
return | IAsyncResult |