Nevron.Chart.ThinWeb Namespace / INActivatePanelCallback Interface / OnActivatePanel Method


OnActivatePanel Method
Syntax
'Declaration
 
Sub OnActivatePanel( _
   ByVal control As NThinChartControl, _
   ByVal newActivePanel As NContentPanel, _
   ByVal oldActivePanel As NContentPanel _
) 
 
'Usage
 
Dim instance As INActivatePanelCallback
Dim control As NThinChartControl
Dim newActivePanel As NContentPanel
Dim oldActivePanel As NContentPanel
 
instance.OnActivatePanel(control, newActivePanel, oldActivePanel)

Parameters

control
newActivePanel
oldActivePanel
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