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.
|
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 |