ExpGestureRecognizer.ProcessMouseWheelEvent Method

Definition

public:
 virtual void ProcessMouseWheelEvent(ExpPointerPoint ^ value, bool isShiftKeyDown, bool isControlKeyDown) = ProcessMouseWheelEvent;
void ProcessMouseWheelEvent(ExpPointerPoint const& value, bool const& isShiftKeyDown, bool const& isControlKeyDown);
public void ProcessMouseWheelEvent(ExpPointerPoint value, bool isShiftKeyDown, bool isControlKeyDown);
function processMouseWheelEvent(value, isShiftKeyDown, isControlKeyDown)
Public Sub ProcessMouseWheelEvent (value As ExpPointerPoint, isShiftKeyDown As Boolean, isControlKeyDown As Boolean)

Parameters

isShiftKeyDown
Boolean

bool

isControlKeyDown
Boolean

bool

Applies to