C# Class PRI.ProductivityExtensions.WebBrowserNavigatingEventHandlerExtensions.WebBrowserNavigatingEventHandlerable

Class that contains extension methods that extend WebBrowserNavigatingEventHandler
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode 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. webbrowsernavigatingeventhandler.BeginInvoke(sender, e, callback);

Method Details

BeginInvoke() public static méthode

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. webbrowsernavigatingeventhandler.BeginInvoke(sender, e, callback);
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
Résultat IAsyncResult