Skip to main content
Version: 4.1

RotateEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the Rotate event.

public delegate void RotateEventHandler(Object sender, RotateEventArgs e)

Parameters​

NameTypeDescription
senderObjectThe source of the event.
eRotateEventArgsA RotateEventArgs that contains the event data.

Fired By​

NameDescription
Control.RotateFired when two finger moved around a single point. It contains the angle of the rotation.