/// Called when the device is rotated.
/// </summary>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated since API12. Will be removed in API14. Please use Window.Resized instead.")]
public static event EventHandler<RotationChangedEventArgs> RotationChanged
{
add
* limitations under the License.
*/
+using System;
+
namespace Tizen.Uix.InputMethod
{
/// <summary>
/// This class contains the data related to the RotationChanged event.
/// </summary>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated since API12. Will be removed in API14.")]
public class RotationChangedEventArgs
{
internal RotationChangedEventArgs(int degree)
/// The rotation degree.
/// </summary>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated since API12. Will be removed in API14.")]
public int Degree
{
get;