DataEventArgs.isValid Property

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

Description

Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference.

Syntax

"dataEventArgs_var" is a variable referencing a DataEventArgs object.

# Get the value of the property.
propertyValue = dataEventArgs_var.isValid
"dataEventArgs_var" is a variable referencing a DataEventArgs object.
#include <Core/Dashboard/DataEventArgs.h>

// Get the value of the property.
boolean propertyValue = dataEventArgs_var->isValid();

Property Value

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

Version

Introduced in version January 2022