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


oldIdx
newIdx

Glossary Item Box

Initializes a new instance of the ActiveBarChangedEventArgs class.

Syntax

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

Parameters

navpane
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.