AfterOpenFile Event - Java

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the Java Control >

AfterOpenFile Event - Java

Previous pageReturn to chapter overviewNext page

[GUI version only]

Is fired after the file open operation has been completed.

public void AfterOpenFile(

EventObject e

)

EventObject e

the event object, see Java documentation

Remarks:

When handling this event, your application can acquire the error status of the file open operation by reading the property LastError. For example, if the user clicked onto the Cancel-Button in the open file dialog, LastError will be ErrorCode.Cancelled.

 

See also:

OpenFileName