C# Class PRI.ProductivityExtensions.PowerModeChangedEventHandlerExtensions.PowerModeChangedEventHandlerable

Class that contains extension methods that extend PowerModeChangedEventHandler
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode 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 méthode

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
Résultat IAsyncResult