C# Class PRI.ProductivityExtensions.ScrollEventHandlerExtensions.ScrollEventHandlerable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this scrolleventhandler, Object sender, System.Windows.Controls.Primitives.ScrollEventArgs e, AsyncCallback callback ) : IAsyncResult

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