Visual Basic (Usage) | ![]() |
---|---|
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.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x