event InsideZoom (DateTime as Date)
Notifies your application that a date is about to be magnified.

TypeDescription
DateTime as Date A Date-Time expression that indicates the date being magnified.
The control InsideZoom event notifies your application once the user adds a new inside zoom date. Use the InsideZoom event to customize the default format for inside zoom units. The Item property of the InsideZooms collection retrieves the InsideZoom event being added. The DefaultInsideZoomFormat property retrieves the InsideZoomFormat object to customize the format of the time units being magnified. The DefaultInsideZoomFormat object is applied to all new inside zoom units, unless they are using a custom format. Use the CustomFormat property ( if the AllowCustomFormat property is True ) to access the custom format. If your chart displays inside zoom in the same format, you can use the DefaultInsideZoomFormat property to specify the format for all inside zoom units. If not, you can use the CustomFormat property to customize each inside zoom unit. In other words, the DefaultInsideZoomFormat is applied for all inside zoom units, that has the AllowCustomFormat property on False ( by default ). The ChartStartChanging(exBaseLevelDblClk) event notifies your application once the user double clicks an unit in the chart's base level ( the base level defines the time scale unit being shown for the bars ).

Syntax for InsideZoom event, /NET version, on:

private void InsideZoom(object sender,DateTime DateTime)
{
}

Private Sub InsideZoom(ByVal sender As System.Object,ByVal DateTime As Date) Handles InsideZoom
End Sub

Syntax for InsideZoom event, /COM version, on:

private void InsideZoom(object sender, AxEXG2ANTTLib._IG2anttEvents_InsideZoomEvent e)
{
}

void OnInsideZoom(DATE DateTime)
{
}

void __fastcall InsideZoom(TObject *Sender,DATE DateTime)
{
}

procedure InsideZoom(ASender: TObject; DateTime : TDateTime);
begin
end;

procedure InsideZoom(sender: System.Object; e: AxEXG2ANTTLib._IG2anttEvents_InsideZoomEvent);
begin
end;

begin event InsideZoom(datetime DateTime)
end event InsideZoom

Private Sub InsideZoom(ByVal sender As System.Object, ByVal e As AxEXG2ANTTLib._IG2anttEvents_InsideZoomEvent) Handles InsideZoom
End Sub

Private Sub InsideZoom(ByVal DateTime As Date)
End Sub

Private Sub InsideZoom(ByVal DateTime As Date)
End Sub

LPARAMETERS DateTime

PROCEDURE OnInsideZoom(oG2antt,DateTime)
RETURN

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

<SCRIPT EVENT="InsideZoom(DateTime)" LANGUAGE="JScript">
</SCRIPT>

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

Procedure OnComInsideZoom DateTime llDateTime
	Forward Send OnComInsideZoom llDateTime
End_Procedure

METHOD OCX_InsideZoom(DateTime) CLASS MainDialog
RETURN NIL

void onEvent_InsideZoom(date _DateTime)
{
}

function InsideZoom as v (DateTime as T)
end function

function nativeObject_InsideZoom(DateTime)
return