Nevron.Chart.ThinWeb Namespace / INEndIndicatorDragCallback Interface / OnEndDrag Method


OnEndDrag Method (INEndIndicatorDragCallback)
Syntax
'Declaration
 
Sub OnEndDrag( _
   ByVal control As NThinChartControl, _
   ByVal indicator As NIndicator _
) 
 
'Usage
 
Dim instance As INEndIndicatorDragCallback
Dim control As NThinChartControl
Dim indicator As NIndicator
 
instance.OnEndDrag(control, indicator)

Parameters

control
indicator
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