Share

DataEventArgs.status Property

Parent Object: DataEventArgs
Defined in namespace "adsk::core" and the header file is <Core/Dashboard/DataEventArgs.h>

Description

Returns a Status object that provides additional information about the success or failure of the operation.

Syntax

"dataEventArgs_var" is a variable referencing a DataEventArgs object.

# Get the value of the property.
propertyValue = dataEventArgs_var.status

Property Value

This is a read only property whose value is a Status.

Version

Introduced in version January 2022

Was this information helpful?