event DragEnd (Position as Long, Cancel as Boolean)
Occurs once the user ends dragging the split bar.

TypeDescription
Position as Long A long expression that determines the position where the drag operation ends. This 0 indicates the initial position, or where the dragging begins.
Cancel as Boolean A Boolean expression that specifies whether the dragging operation has been canceled or not.
The DragEnd event notifies your application that the user releases the split bar ( ends dragging the split bar ). The control fires DragStart event when the user clicks the split bar ( start dragging the split bar ). The Drag event is fired contiguously while the split bar is dragging. The Enabled property specifies whether the control is enabled or disabled. The MoveTo method moves programmatically the split bar to specified position. The MoveOnDrop property specifies whether the objects to the left/top and right/bottom of the split bar are moved while dragging or just when the user drops the split bar.

Syntax for DragEnd event, /NET version, on:

private void DragEnd(object sender,int   Position,bool   Cancel)
{
}

Private Sub DragEnd(ByVal sender As System.Object,ByVal Position As Integer,ByVal Cancel As Boolean) Handles DragEnd
End Sub

Syntax for DragEnd event, /COM version, on:

private void DragEnd(object sender, AxEXSPLITBARLib._ISplitBarEvents_DragEndEvent e)
{
}

void OnDragEnd(long   Position,BOOL   Cancel)
{
}

void __fastcall DragEnd(TObject *Sender,long   Position,VARIANT_BOOL   Cancel)
{
}

procedure DragEnd(ASender: TObject; Position : Integer;Cancel : WordBool);
begin
end;

procedure DragEnd(sender: System.Object; e: AxEXSPLITBARLib._ISplitBarEvents_DragEndEvent);
begin
end;

begin event DragEnd(long  Position,boolean  Cancel)

end event DragEnd

Private Sub DragEnd(ByVal sender As System.Object, ByVal e As AxEXSPLITBARLib._ISplitBarEvents_DragEndEvent) Handles DragEnd
End Sub

Private Sub DragEnd(ByVal Position As Long,ByVal Cancel As Boolean)
End Sub

Private Sub DragEnd(ByVal Position As Long,ByVal Cancel As Boolean)
End Sub

LPARAMETERS Position,Cancel

PROCEDURE OnDragEnd(oSplitBar,Position,Cancel)

RETURN

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

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

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

Procedure OnComDragEnd Integer   llPosition Boolean   llCancel
	Forward Send OnComDragEnd llPosition llCancel
End_Procedure

METHOD OCX_DragEnd(Position,Cancel) CLASS MainDialog
RETURN NIL

void onEvent_DragEnd(int   _Position,boolean   _Cancel)
{
}

function DragEnd as v (Position  as  N,Cancel  as  L)
end function

function nativeObject_DragEnd(Position,Cancel)
return