event OverviewZoom ()
Occurs once the user selects a new time scale unit in the overview zoom area.

TypeDescription
The OverviewZoom event notifies your application once the user clicks or select a new time-scale in the overview-zoom area. The UnitScale property specifies the new selected time scale. Use the UnitWidth property to specify the width of the units in the chart area. Use the OverviewVisible property to show the control's overview area. Use the AllowOverviewZoom property to specify how the zoom scale is displayed on the control's overview area.

The following screen shot shows the zoom area in the control's overview area ( in the top-right corner ):

Syntax for OverviewZoom event, /NET version, on:

private void OverviewZoom(object sender)
{
}

Private Sub OverviewZoom(ByVal sender As System.Object) Handles OverviewZoom
End Sub

Syntax for OverviewZoom event, /COM version, on:

private void OverviewZoom(object sender, EventArgs e)
{
}

void OnOverviewZoom()
{
}

void __fastcall OverviewZoom(TObject *Sender)
{
}

procedure OverviewZoom(ASender: TObject; );
begin
end;

procedure OverviewZoom(sender: System.Object; e: System.EventArgs);
begin
end;

begin event OverviewZoom()
end event OverviewZoom

Private Sub OverviewZoom(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OverviewZoom
End Sub

Private Sub OverviewZoom()
End Sub

Private Sub OverviewZoom()
End Sub

LPARAMETERS nop

PROCEDURE OnOverviewZoom(oG2antt)
RETURN

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

<SCRIPT EVENT="OverviewZoom()" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function OverviewZoom()
End Function
</SCRIPT>

Procedure OnComOverviewZoom 
	Forward Send OnComOverviewZoom 
End_Procedure

METHOD OCX_OverviewZoom() CLASS MainDialog
RETURN NIL

void onEvent_OverviewZoom()
{
}

function OverviewZoom as v ()
end function

function nativeObject_OverviewZoom()
return