C# Class PRI.ProductivityExtensions.DataRowChangeEventHandlerExtensions.DataRowChangeEventHandlerable

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

Méthodes publiques

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

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