C# Class PRI.ProductivityExtensions.KeyPressEventHandlerExtensions.KeyPressEventHandlerable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this keypresseventhandler, Object sender, KeyPressEventArgs e, AsyncCallback callback ) : IAsyncResult

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