Type | Description | |||
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. |
The control fires the drag events in the following order:
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 |
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 |
<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 |