Type | Description | |||
ID as Variant | A Long expression that specifies the identifier of the item. The Item property accesses the Item object giving its identifier. |
private void MouseIn(object sender,object ID) { } Private Sub MouseIn(ByVal sender As System.Object,ByVal ID As Object) Handles MouseIn End Sub |
private void MouseIn(object sender, AxEXTOOLBARCRDLib._IToolBarCRDEvents_MouseInEvent e) { } void OnMouseIn(VARIANT ID) { } void __fastcall MouseIn(TObject *Sender,Variant ID) { } procedure MouseIn(ASender: TObject; ID : OleVariant); begin end; procedure MouseIn(sender: System.Object; e: AxEXTOOLBARCRDLib._IToolBarCRDEvents_MouseInEvent); begin end; begin event MouseIn(any ID) end event MouseIn Private Sub MouseIn(ByVal sender As System.Object, ByVal e As AxEXTOOLBARCRDLib._IToolBarCRDEvents_MouseInEvent) Handles MouseIn End Sub Private Sub MouseIn(ByVal ID As Variant) End Sub Private Sub MouseIn(ByVal ID As Variant) End Sub LPARAMETERS ID PROCEDURE OnMouseIn(oToolBarCRD,ID) RETURN |
<SCRIPT EVENT="MouseIn(ID)" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function MouseIn(ID) End Function </SCRIPT> Procedure OnComMouseIn Variant llID Forward Send OnComMouseIn llID End_Procedure METHOD OCX_MouseIn(ID) CLASS MainDialog RETURN NIL void onEvent_MouseIn(COMVariant _ID) { } function MouseIn as v (ID as A) end function function nativeObject_MouseIn(ID) return |