Nevron .NET Vision
Nevron.Chart.ThinWeb Namespace / INPanelDragCallback Interface / OnPanelLocationChanged Method


In This Topic
    OnPanelLocationChanged Method
    In This Topic
    Called when a panel location has changed as a result of drag operation
    Syntax
    'Declaration
     
    
    Sub OnPanelLocationChanged( _
       ByVal control As NThinChartControl, _
       ByVal panel As NContentPanel, _
       ByVal oldValue As NPointL, _
       ByVal newValue As NPointL _
    ) 
    'Usage
     
    
    Dim instance As INPanelDragCallback
    Dim control As NThinChartControl
    Dim panel As NContentPanel
    Dim oldValue As NPointL
    Dim newValue As NPointL
     
    instance.OnPanelLocationChanged(control, panel, oldValue, newValue)

    Parameters

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