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

ex
null (Nothing) except when an error occured in the handling of the request.

Glossary Item Box

The OnBrowseError handler is called when an error happens in the server browse access from the TreeView mouse event handler.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As New OnBrowseError(AddressOf HandlerMethod)
C# 
public delegate void OnBrowseError( 
   Exception ex
)

Parameters

ex
null (Nothing) except when an error occured in the handling of the request.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.