Method | Description | |
---|---|---|
BeginInvoke ( this loadcompletedeventhandler, 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.
|
public static BeginInvoke ( this loadcompletedeventhandler, Object sender, System.Windows.Navigation.NavigationEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
loadcompletedeventhandler | this | |
sender | Object | |
e | System.Windows.Navigation.NavigationEventArgs | |
callback | AsyncCallback | |
return | IAsyncResult |