C# Class PRI.ProductivityExtensions.OdbcRowUpdatingEventHandlerExtensions.OdbcRowUpdatingEventHandlerable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this odbcrowupdatingeventhandler, Object sender, System.Data.Odbc.OdbcRowUpdatingEventArgs e, AsyncCallback callback ) : IAsyncResult

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