C# Class PRI.ProductivityExtensions.PropertyValueUIHandlerExtensions.PropertyValueUIHandlerable

Class that contains extension methods that extend PropertyValueUIHandler
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode 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 méthode

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
Résultat IAsyncResult