EasyUA Reference
MoreReferences Event
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Browser Class : MoreReferences Event

Glossary Item Box

Raised when a browse operation halted because of a continuation point.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Browser
Dim handler As Browser.OnBrowser
 
AddHandler instance.MoreReferences, handler
C# 
public event Browser.OnBrowser MoreReferences

Event Data

The event handler receives an argument of type Browser.BrowserEventArgs containing data related to this event. The following Browser.BrowserEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Whether the browse operation should be cancelled.
ContinueUntilDone Whether subsequent continuation points should be processed automatically.
References The references that have been fetched so far.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.