C# Class PRI.ProductivityExtensions.ScrollEventHandlerExtensions.ScrollEventHandlerable

Class that contains extension methods that extend ScrollEventHandler
Datei anzeigen Open project: peteraritchie/ProductivityExtensions

Public Methods

Method 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 method

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