Nevron .NET Vision
Nevron.Chart.ThinWeb Namespace / INEndPanelDragCallback Interface / OnEndDrag Method


In This Topic
    OnEndDrag Method (INEndPanelDragCallback)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub OnEndDrag( _
       ByVal control As NThinChartControl, _
       ByVal panel As NPanel _
    ) 
    'Usage
     
    
    Dim instance As INEndPanelDragCallback
    Dim control As NThinChartControl
    Dim panel As NPanel
     
    instance.OnEndDrag(control, panel)
    void OnEndDrag( 
       NThinChartControl control,
       NPanel panel
    )

    Parameters

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