Type | Description | |||
DateTime as Date | A Date-Time expression that indicates the date being magnified. |
private void InsideZoom(object sender,DateTime DateTime) { } Private Sub InsideZoom(ByVal sender As System.Object,ByVal DateTime As Date) Handles InsideZoom End Sub |
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 |
<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 |