event OversizeChanged (Group as Group, Horizontal as Boolean, NewVal as Long)
Occurs when the right range of the scroll is changed.

TypeDescription
Group as Group A Group object where change occurs.
Horizontal as Boolean A boolean expression that indicates whether the horizontal scroll bar has changed.
NewVal as Long A long value that indicates the new scroll bar value.
If the control has no scroll bars the OffsetChanged and OversizeChanged events are not fired. When the scroll bar range is changed the OversizeChanged event is fired. Use the ScrollBars property of the control to determine which scroll bars are visible within the control.

Syntax for OversizeChanged event, /NET version, on:

private void OversizeChanged(object sender,exontrol.EXPLORERTREELib.Group Group,bool Horizontal,int NewVal)
{
}

Private Sub OversizeChanged(ByVal sender As System.Object,ByVal Group As exontrol.EXPLORERTREELib.Group,ByVal Horizontal As Boolean,ByVal NewVal As Integer) Handles OversizeChanged
End Sub

Syntax for OversizeChanged event, /COM version, on:

private void OversizeChanged(object sender, AxEXPLORERTREELib._IExplorerTreeEvents_OversizeChangedEvent e)
{
}

void OnOversizeChanged(LPDISPATCH Group,BOOL Horizontal,long NewVal)
{
}

void __fastcall OversizeChanged(TObject *Sender,Explorertreelib_tlb::IGroup *Group,VARIANT_BOOL Horizontal,long NewVal)
{
}

procedure OversizeChanged(ASender: TObject; Group : IGroup;Horizontal : WordBool;NewVal : Integer);
begin
end;

procedure OversizeChanged(sender: System.Object; e: AxEXPLORERTREELib._IExplorerTreeEvents_OversizeChangedEvent);
begin
end;

begin event OversizeChanged(oleobject Group,boolean Horizontal,long NewVal)
end event OversizeChanged

Private Sub OversizeChanged(ByVal sender As System.Object, ByVal e As AxEXPLORERTREELib._IExplorerTreeEvents_OversizeChangedEvent) Handles OversizeChanged
End Sub

Private Sub OversizeChanged(ByVal Group As EXPLORERTREELibCtl.IGroup,ByVal Horizontal As Boolean,ByVal NewVal As Long)
End Sub

Private Sub OversizeChanged(ByVal Group As Object,ByVal Horizontal As Boolean,ByVal NewVal As Long)
End Sub

LPARAMETERS Group,Horizontal,NewVal

PROCEDURE OnOversizeChanged(oExplorerTree,Group,Horizontal,NewVal)
RETURN

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

<SCRIPT EVENT="OversizeChanged(Group,Horizontal,NewVal)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function OversizeChanged(Group,Horizontal,NewVal)
End Function
</SCRIPT>

Procedure OnComOversizeChanged Variant llGroup Boolean llHorizontal Integer llNewVal
	Forward Send OnComOversizeChanged llGroup llHorizontal llNewVal
End_Procedure

METHOD OCX_OversizeChanged(Group,Horizontal,NewVal) CLASS MainDialog
RETURN NIL

void onEvent_OversizeChanged(COM _Group,boolean _Horizontal,int _NewVal)
{
}

function OversizeChanged as v (Group as OLE::Exontrol.ExplorerTree.1::IGroup,Horizontal as L,NewVal as N)
end function

function nativeObject_OversizeChanged(Group,Horizontal,NewVal)
return