Packagecom.hippohx.events
Classpublic class evOnFilesDropped
InheritanceevOnFilesDropped Inheritance flash.events.Event

This event is dispatched by the Window class when the user drags and drops files to your application.

See also

com.hippohx.Window.event.onFilesDropped


Public Properties
 PropertyDefined by
  files : Array
Array of Strings with paths to the files dragged to the application.
evOnFilesDropped
Public Methods
 MethodDefined by
  
evOnFilesDropped(files:Array)
Creates an instance of the evOnFilesDropped class.
evOnFilesDropped
Property detail
filesproperty
public var files:Array

Array of Strings with paths to the files dragged to the application.

Constructor detail
evOnFilesDropped()constructor
public function evOnFilesDropped(files:Array)

Creates an instance of the evOnFilesDropped class.

Parameters
files:Array — Array of Strings with paths to the files dragged to the application.