Table of Contents

Event BeforeBrowserCreate

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs after backend is created, but before actual browser control creation.

public event EventHandler<WebBrowserEventArgs>? BeforeBrowserCreate

Returns

EventHandler<WebBrowserEventArgs>
Occurs after backend is created, but before actual browser control creation.

Remarks

You should not normally use it.