C# Class PRI.ProductivityExtensions.OleDbRowUpdatingEventHandlerExtensions.OleDbRowUpdatingEventHandlerable

Class that contains extension methods that extend OleDbRowUpdatingEventHandler
ファイルを表示 Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this oledbrowupdatingeventhandler, Object sender, System.Data.OleDb.OleDbRowUpdatingEventArgs e, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. oledbrowupdatingeventhandler.BeginInvoke(sender, e, callback);

Method Details

BeginInvoke() public static method

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. oledbrowupdatingeventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this oledbrowupdatingeventhandler, Object sender, System.Data.OleDb.OleDbRowUpdatingEventArgs e, AsyncCallback callback ) : IAsyncResult
oledbrowupdatingeventhandler this
sender Object
e System.Data.OleDb.OleDbRowUpdatingEventArgs
callback AsyncCallback
return IAsyncResult