Intersoft WebDesktop Documentation
ActiveBarChanged Event
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebNavPane Class : ActiveBarChanged Event


Glossary Item Box

Occurs when the active bar in WebNavPane is changed.

Syntax

Visual Basic (Declaration) 
Public Event ActiveBarChanged As ActiveBarChangedDelegate
Visual Basic (Usage)Copy Code
Dim instance As WebNavPane
Dim handler As ActiveBarChangedDelegate
 
AddHandler instance.ActiveBarChanged, handler
C# 
public event ActiveBarChangedDelegate ActiveBarChanged

Event Data

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

PropertyDescription
ActiveBar Gets or sets the active NavBar.
NewIndex Gets or sets the new NavBar index.
OldIndex Gets or sets the old NavBar index.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.