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


Glossary Item Box

Occurs when the active bar item in WebNavPane is changed.

Syntax

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

Event Data

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

PropertyDescription
ActiveBar Gets or sets the active NavBarItem.
ActiveBarItem Gets or sets the active NavBarItem.
NewIndex Gets or sets the new NavBarItem index.
OldIndex Gets or sets the old NavBarItem 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.