Method | Description | |
---|---|---|
BeginInvoke ( this webbrowserprogresschangedeventhandler, Object sender, System.Windows.Forms.WebBrowserProgressChangedEventArgs 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 webbrowserprogresschangedeventhandler, Object sender, System.Windows.Forms.WebBrowserProgressChangedEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
webbrowserprogresschangedeventhandler | this | |
sender | Object | |
e | System.Windows.Forms.WebBrowserProgressChangedEventArgs | |
callback | AsyncCallback | |
return | IAsyncResult |