C# Class PRI.ProductivityExtensions.GiveFeedbackEventHandlerExtensions.GiveFeedbackEventHandlerable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this givefeedbackeventhandler, Object sender, System.Windows.Forms.GiveFeedbackEventArgs e, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. givefeedbackeventhandler.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. givefeedbackeventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this givefeedbackeventhandler, Object sender, System.Windows.Forms.GiveFeedbackEventArgs e, AsyncCallback callback ) : IAsyncResult
givefeedbackeventhandler this
sender Object
e System.Windows.Forms.GiveFeedbackEventArgs
callback AsyncCallback
Résultat IAsyncResult