Intersoft WebDesktop Documentation
ActiveBarItemChangedEventArgs Constructor
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > ActiveBarItemChangedEventArgs Class : ActiveBarItemChangedEventArgs Constructor


oldIdx
newIdx

Glossary Item Box

Initializes a new instance of the ActiveBarItemChangedEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal navpane As WebNavPane, _
   ByVal navbar As WebNavBar, _
   ByVal oldIdx As Integer, _
   ByVal newIdx As Integer _
)
Visual Basic (Usage)Copy Code
Dim navpane As WebNavPane
Dim navbar As WebNavBar
Dim oldIdx As Integer
Dim newIdx As Integer
 
Dim instance As New ActiveBarItemChangedEventArgs(navpane, navbar, oldIdx, newIdx)
C# 
public ActiveBarItemChangedEventArgs( 
   WebNavPane navpane,
   WebNavBar navbar,
   int oldIdx,
   int newIdx
)

Parameters

navpane
navbar
oldIdx
newIdx

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.