Class RotaryEventManager
The RotaryEventManager provides an event for the global rotary event for wearable devices.
Inheritance
System.Object
RotaryEventManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public static class RotaryEventManager
Examples
RotaryEventManager.Rotated += (s, e) =>
{
Console.WriteLine($"Rotated! Rotated direction: ${e.IsClockwise}");
};
Events
Rotated
Rotated will be triggered when the rotatable device's Bezel is rotated.
Declaration
public static event EventHandler<RotaryEventArgs> Rotated
Event Type
Type | Description |
---|---|
System.EventHandler<RotaryEventArgs> |