Defines the callback that is called to launch a user specific browser.
public Action<string, MedicalWebViewerExternalController> UserWebBrowser { get; set; }
An action to callback when the browser is to be launched.
This is called when the SelectedBrowser Property is set to "Edge".