C# Class PRI.ProductivityExtensions.PowerModeChangedEventHandlerExtensions.PowerModeChangedEventHandlerable

Class that contains extension methods that extend PowerModeChangedEventHandler
Mostrar archivo Open project: peteraritchie/ProductivityExtensions

Public Methods

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

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