C# Class PRI.ProductivityExtensions.PropertyValueUIItemInvokeHandlerExtensions.PropertyValueUIItemInvokeHandlerable

Class that contains extension methods that extend PropertyValueUIItemInvokeHandler
Show file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
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);

Method Details

BeginInvoke() public static method

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
return IAsyncResult