Click or drag to resize

UIWebBrowserLoadEndDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public delegate void LoadEndDelegate(
	UIWebBrowser sender,
	Object cefFrame,
	int httpStatusCode
)

Parameters

sender
Type: NeoAxisUIWebBrowser
cefFrame
Type: SystemObject
httpStatusCode
Type: SystemInt32
See Also