C# Class PRI.ProductivityExtensions.NavigationStoppedEventHandlerExtensions.NavigationStoppedEventHandlerable

Class that contains extension methods that extend NavigationStoppedEventHandler
Show file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this navigationstoppedeventhandler, Object sender, System.Windows.Navigation.NavigationEventArgs e, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. navigationstoppedeventhandler.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. navigationstoppedeventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this navigationstoppedeventhandler, Object sender, System.Windows.Navigation.NavigationEventArgs e, AsyncCallback callback ) : IAsyncResult
navigationstoppedeventhandler this
sender Object
e System.Windows.Navigation.NavigationEventArgs
callback AsyncCallback
return IAsyncResult