Type | Description | |||
Effect as Long | A long set by the source object identifying the action that has been performed, thus allowing the source to take appropriate action if the component was moved (such as the source deleting data if it is moved from one component to another. |
The settings for Effect are:
// OLECompleteDrag event is not supported. Use the DragEnter,DragLeave,DragOver, DragDrop ... events. // OLECompleteDrag event is not supported. Use the DragEnter,DragLeave,DragOver, DragDrop ... events. |
private void OLECompleteDrag(object sender, AxEXSWIMLANELib._ISwimLaneEvents_OLECompleteDragEvent e) { } void OnOLECompleteDrag(long Effect) { } void __fastcall OLECompleteDrag(TObject *Sender,long Effect) { } procedure OLECompleteDrag(ASender: TObject; Effect : Integer); begin end; procedure OLECompleteDrag(sender: System.Object; e: AxEXSWIMLANELib._ISwimLaneEvents_OLECompleteDragEvent); begin end; begin event OLECompleteDrag(long Effect) end event OLECompleteDrag Private Sub OLECompleteDrag(ByVal sender As System.Object, ByVal e As AxEXSWIMLANELib._ISwimLaneEvents_OLECompleteDragEvent) Handles OLECompleteDrag End Sub Private Sub OLECompleteDrag(ByVal Effect As Long) End Sub Private Sub OLECompleteDrag(ByVal Effect As Long) End Sub LPARAMETERS Effect PROCEDURE OnOLECompleteDrag(oSwimLane,Effect) RETURN |
<SCRIPT EVENT="OLECompleteDrag(Effect)" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function OLECompleteDrag(Effect) End Function </SCRIPT> Procedure OnComOLECompleteDrag Integer llEffect Forward Send OnComOLECompleteDrag llEffect End_Procedure METHOD OCX_OLECompleteDrag(Effect) CLASS MainDialog RETURN NIL // OLECompleteDrag event is not supported. Use the DragEnter,DragLeave,DragOver, DragDrop ... events. function OLECompleteDrag as v (Effect as N) end function function nativeObject_OLECompleteDrag(Effect) return |