The object that is firing the event. For example, in the case of a command input event this will return the command.
# Get the value of the property.propertyValue = event_var.sender
#include <Core/Application/Event.h>// Get the value of the property.Ptr<Base> propertyValue = event_var->sender();