EasyUA Reference
Browser.OnBrowseCompleted Delegate
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace : Browser.OnBrowseCompleted Delegate

error
null if OK, otherwise the exception with the error information.
result
The browse result.
asyncState
The object that was provided in the async browse call.

Glossary Item Box

Aync callback with the browse result.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As New Browser.OnBrowseCompleted(AddressOf HandlerMethod)
C# 
public delegate void Browser.OnBrowseCompleted( 
   Exception error,
   ReferenceDescriptionCollection result,
   object asyncState
)

Parameters

error
null if OK, otherwise the exception with the error information.
result
The browse result.
asyncState
The object that was provided in the async browse call.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.