C# Класс PRI.ProductivityExtensions.DesignerTransactionCloseEventHandlerExtensions.DesignerTransactionCloseEventHandlerable

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

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

Метод Описание
BeginInvoke ( this designertransactioncloseeventhandler, Object sender, DesignerTransactionCloseEventArgs e, AsyncCallback callback ) : IAsyncResult

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

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

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

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