Gets a signed count of the number of detents the mouse wheel has rotated.
# Get the value of the property.propertyValue = mouseEventArgs_var.wheelDelta
#include <Core/UserInterface/MouseEventArgs.h>// Get the value of the property.integer propertyValue = mouseEventArgs_var->wheelDelta();