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
|
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.
Property | Description |
---|
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