Type | Description | |||
File as String | A String expression that specifies the name of the file being dragged. | |||
Node as Node | A Node object that indicates the node where the user drags the file. |
private void DropFile(object sender,string File,exontrol.EXORGCHARTLib.Node Node) { } Private Sub DropFile(ByVal sender As System.Object,ByVal File As String,ByVal Node As exontrol.EXORGCHARTLib.Node) Handles DropFile End Sub |
private void DropFile(object sender, AxEXORGCHARTLib._IChartViewEvents_DropFileEvent e) { } void OnDropFile(LPCTSTR File,LPDISPATCH Node) { } void __fastcall DropFile(TObject *Sender,BSTR File,Exorgchartlib_tlb::INode *Node) { } procedure DropFile(ASender: TObject; File : WideString;Node : INode); begin end; procedure DropFile(sender: System.Object; e: AxEXORGCHARTLib._IChartViewEvents_DropFileEvent); begin end; begin event DropFile(string File,oleobject Node) end event DropFile Private Sub DropFile(ByVal sender As System.Object, ByVal e As AxEXORGCHARTLib._IChartViewEvents_DropFileEvent) Handles DropFile End Sub Private Sub DropFile(ByVal File As String,ByVal Node As EXORGCHARTLibCtl.INode) End Sub Private Sub DropFile(ByVal File As String,ByVal Node As Object) End Sub LPARAMETERS File,Node PROCEDURE OnDropFile(oChartView,File,Node) RETURN |
<SCRIPT EVENT="DropFile(File,Node)" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function DropFile(File,Node) End Function </SCRIPT> Procedure OnComDropFile String llFile Variant llNode Forward Send OnComDropFile llFile llNode End_Procedure METHOD OCX_DropFile(File,Node) CLASS MainDialog RETURN NIL void onEvent_DropFile(str _File,COM _Node) { } function DropFile as v (File as C,Node as OLE::Exontrol.ChartView.1::INode) end function function nativeObject_DropFile(File,Node) return |