event DragEnd (DragInfo as DragInfo, Cancel as Boolean)
Occurs once the user ends dragging a layer.

TypeDescription
DragInfo as DragInfo A DragInfo object that carries information about the dragging operation.
Cancel as Boolean A Boolean expression that specifies whether the dragging operation was canceled, for instance, the user presses the ESC during dragging operation.
Any layer on the control supports drag operations like moving, rotation, or combination of them, when the user clicks and drags a layer. The drag operation automatically starts when the user clicks a visible, selectable and dragable layer. The OnDrag property indicates the action to be performed when the user drags the layer ( dragable ).  The Visible property shows or hides a specific layer (visible). The Selectable property returns or sets a value that indicates whether the layer is selectable. The Change event occurs when the layer's value is changed.

The control fires the drag events in the following order:

Syntax for DragEnd event, /NET version, on:

private void DragEnd(object sender,exontrol.EXGAUGELib.DragInfo   DragInfo,bool   Cancel)
{
}

Private Sub DragEnd(ByVal sender As System.Object,ByVal DragInfo As exontrol.EXGAUGELib.DragInfo,ByVal Cancel As Boolean) Handles DragEnd
End Sub

Syntax for DragEnd event, /COM version, on:

private void DragEnd(object sender, AxEXGAUGELib._IGaugeEvents_DragEndEvent e)
{
}

void OnDragEnd(LPDISPATCH   DragInfo,BOOL   Cancel)
{
}

void __fastcall DragEnd(TObject *Sender,Exgaugelib_tlb::IDragInfo   *DragInfo,VARIANT_BOOL   Cancel)
{
}

procedure DragEnd(ASender: TObject; DragInfo : IDragInfo;Cancel : WordBool);
begin
end;

procedure DragEnd(sender: System.Object; e: AxEXGAUGELib._IGaugeEvents_DragEndEvent);
begin
end;

begin event DragEnd(oleobject  DragInfo,boolean  Cancel)

end event DragEnd

Private Sub DragEnd(ByVal sender As System.Object, ByVal e As AxEXGAUGELib._IGaugeEvents_DragEndEvent) Handles DragEnd
End Sub

Private Sub DragEnd(ByVal DragInfo As EXGAUGELibCtl.IDragInfo,ByVal Cancel As Boolean)
End Sub

Private Sub DragEnd(ByVal DragInfo As Object,ByVal Cancel As Boolean)
End Sub

LPARAMETERS DragInfo,Cancel

PROCEDURE OnDragEnd(oGauge,DragInfo,Cancel)

RETURN

Syntax for DragEnd event, /COM version (others), on:

<SCRIPT EVENT="DragEnd(DragInfo,Cancel)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function DragEnd(DragInfo,Cancel)
End Function
</SCRIPT>

Procedure OnComDragEnd Variant   llDragInfo Boolean   llCancel
	Forward Send OnComDragEnd llDragInfo llCancel
End_Procedure

METHOD OCX_DragEnd(DragInfo,Cancel) CLASS MainDialog
RETURN NIL

void onEvent_DragEnd(COM   _DragInfo,boolean   _Cancel)
{
}

function DragEnd as v (DragInfo  as  OLE::Exontrol.Gauge.1::IDragInfo,Cancel  as  L)
end function

function nativeObject_DragEnd(DragInfo,Cancel)
return