DataEventArgs.filename Property
Parent Object: DataEventArgsDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataEventArgs.h>
Description
Gets the filename associated with the operation. If there isn't an associated filename, an empty string is returned. For a download operation, this will be the full filename of the downloaded file.
Syntax
"dataEventArgs_var" is a variable referencing a DataEventArgs object.
|