'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)
void OnPanelLocationChanged( NThinChartControl control, NContentPanel panel, NPointL oldValue, NPointL newValue )
Parameters
- control
- panel
- oldValue
- newValue