C# Класс PRI.ProductivityExtensions.PropertyValueUIItemInvokeHandlerExtensions.PropertyValueUIItemInvokeHandlerable

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

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

Метод Описание
BeginInvoke ( this propertyvalueuiiteminvokehandler, System context, System descriptor, System.Drawing.Design.PropertyValueUIItem invokedItem, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. propertyvalueuiiteminvokehandler.BeginInvoke(context, descriptor, invokedItem, callback);

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

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

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. propertyvalueuiiteminvokehandler.BeginInvoke(context, descriptor, invokedItem, callback);
public static BeginInvoke ( this propertyvalueuiiteminvokehandler, System context, System descriptor, System.Drawing.Design.PropertyValueUIItem invokedItem, AsyncCallback callback ) : IAsyncResult
propertyvalueuiiteminvokehandler this
context System
descriptor System
invokedItem System.Drawing.Design.PropertyValueUIItem
callback AsyncCallback
Результат IAsyncResult