Intersoft ClientUI Documentation
GlobalSeriesIndexChanged Method (IRequireGlobalSeriesIndex)



The global index that has changed.
Occurs when a global series index changes.
Syntax
Sub GlobalSeriesIndexChanged( _
   ByVal globalIndex As Nullable(Of Integer) _
) 
Dim instance As IRequireGlobalSeriesIndex
Dim globalIndex As Nullable(Of Integer)
 
instance.GlobalSeriesIndexChanged(globalIndex)
void GlobalSeriesIndexChanged( 
   Nullable<int> globalIndex
)
void GlobalSeriesIndexChanged( 
   Nullable<int> globalIndex
) 

Parameters

globalIndex
The global index that has changed.
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

Reference

IRequireGlobalSeriesIndex Interface
IRequireGlobalSeriesIndex Members

Send Feedback