C# Class PRI.ProductivityExtensions.UserPreferenceChangedEventHandlerExtensions.UserPreferenceChangedEventHandlerable

Class that contains extension methods that extend UserPreferenceChangedEventHandler
Exibir arquivo Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this userpreferencechangedeventhandler, Object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e, AsyncCallback callback ) : IAsyncResult

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