onProcessInfosChanged property

  1. @SupportedPlatforms.new(platforms: [WindowsPlatform(available: '1.0.1108.44+', apiName: 'ICoreWebView2Environment8.add_ProcessInfosChanged', apiUrl: 'https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2environment8?view=webview2-1.0.2849.39#add_processinfoschanged')])
void Function(BrowserProcessInfosChangedDetail detail)? onProcessInfosChanged
getter/setter pair

Event fired with a list of all process using same user data folder except for crashpad process.

Officially Supported Platforms/Implementations:

Parameters - Officially Supported Platforms/Implementations:

  • detail: all platforms

Use the PlatformWebViewEnvironment.isPropertySupported method to check if this property is supported at runtime.

Implementation

@SupportedPlatforms(
  platforms: [
    WindowsPlatform(
      available: '1.0.1108.44+',
      apiName: 'ICoreWebView2Environment8.add_ProcessInfosChanged',
      apiUrl:
          'https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2environment8?view=webview2-1.0.2849.39#add_processinfoschanged',
    ),
  ],
)
void Function(BrowserProcessInfosChangedDetail detail)? onProcessInfosChanged;