C# Класс PRI.ProductivityExtensions.DataGridViewCellValidatingEventHandlerExtensions.DataGridViewCellValidatingEventHandlerable

Class that contains extension methods that extend DataGridViewCellValidatingEventHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
BeginInvoke ( this datagridviewcellvalidatingeventhandler, Object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e, AsyncCallback callback ) : IAsyncResult

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

Описание методов

BeginInvoke() публичный статический Метод

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. datagridviewcellvalidatingeventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this datagridviewcellvalidatingeventhandler, Object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e, AsyncCallback callback ) : IAsyncResult
datagridviewcellvalidatingeventhandler this
sender Object
e System.Windows.Forms.DataGridViewCellValidatingEventArgs
callback AsyncCallback
Результат IAsyncResult