C# Class PRI.ProductivityExtensions.PropertyValueUIHandlerExtensions.PropertyValueUIHandlerable

Class that contains extension methods that extend PropertyValueUIHandler
Exibir arquivo Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this propertyvalueuihandler, System context, System propDesc, System valueUIItemList, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. propertyvalueuihandler.BeginInvoke(context, propDesc, valueUIItemList, 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. propertyvalueuihandler.BeginInvoke(context, propDesc, valueUIItemList, callback);
public static BeginInvoke ( this propertyvalueuihandler, System context, System propDesc, System valueUIItemList, AsyncCallback callback ) : IAsyncResult
propertyvalueuihandler this
context System
propDesc System
valueUIItemList System
callback AsyncCallback
return IAsyncResult