C# Class PRI.ProductivityExtensions.CollectionChangeEventHandlerExtensions.CollectionChangeEventHandlerable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this collectionchangeeventhandler, Object sender, CollectionChangeEventArgs e, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. collectionchangeeventhandler.BeginInvoke(sender, e, 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. collectionchangeeventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this collectionchangeeventhandler, Object sender, CollectionChangeEventArgs e, AsyncCallback callback ) : IAsyncResult
collectionchangeeventhandler this
sender Object
e System.ComponentModel.CollectionChangeEventArgs
callback AsyncCallback
Résultat IAsyncResult