Skip to main content
Version: 3.5

RotateEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.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.