ValidateInputsEvent.sender Property

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

Description

The object that is firing the event. For example, in the case of a command input event this will return the command.

Syntax

"validateInputsEvent_var" is a variable referencing a ValidateInputsEvent object.

# Get the value of the property.
propertyValue = validateInputsEvent_var.sender
"validateInputsEvent_var" is a variable referencing a ValidateInputsEvent object.
#include <Core/UserInterface/ValidateInputsEvent.h>

// Get the value of the property.
Ptr<Base> propertyValue = validateInputsEvent_var->sender();

Property Value

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

Version

Introduced in version August 2014