| Package | com.hippohx.events |
| Class | public class evOnFilesDropped |
| Inheritance | evOnFilesDropped flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| files : Array
Array of Strings with paths to the files dragged to the application.
| evOnFilesDropped | ||
| Method | Defined by | ||
|---|---|---|---|
|
evOnFilesDropped(files:Array)
Creates an instance of the
evOnFilesDropped class. | evOnFilesDropped | ||
| files | property |
public var files:ArrayArray of Strings with paths to the files dragged to the application.
| evOnFilesDropped | () | constructor |
public function evOnFilesDropped(files:Array)
Creates an instance of the evOnFilesDropped class.
files:Array — Array of Strings with paths to the files dragged to the application.
|