event DropFile (File as String, Node as Node)
Notifies whether the user drags a file over a node.

TypeDescription
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.
Use the DropFile event to notifiy your application when the user drags a file over a node. Use the AcceptFiles property to specify whether the control supports files by drag and drop. The DropFile event is not filed if the AcceptFiles property is False.

Syntax for DropFile event, /NET version, on:

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

Syntax for DropFile event, /COM version, on:

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

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

<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