projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d531e8
)
[NUI] deprecate unused FocusRequestArgs class (#2411)
author
YeongJong Lee
<cleanlyj@naver.com>
Tue, 22 Dec 2020 03:56:28 +0000
(12:56 +0900)
committer
GitHub
<noreply@github.com>
Tue, 22 Dec 2020 03:56:28 +0000
(12:56 +0900)
`FocusChangeREquested` event was removed in
https://github.com/Samsung/TizenFX/pull/903.
src/Tizen.NUI/src/public/BaseHandle.cs
patch
|
blob
|
history
diff --git
a/src/Tizen.NUI/src/public/BaseHandle.cs
b/src/Tizen.NUI/src/public/BaseHandle.cs
index
1b601ba
..
009bc5a
100755
(executable)
--- a/
src/Tizen.NUI/src/public/BaseHandle.cs
+++ b/
src/Tizen.NUI/src/public/BaseHandle.cs
@@
-536,6
+536,7
@@
namespace Tizen.NUI
/// <summary>
/// Contains event arguments for the FocusChangeRequested event.
/// </summary>
+ [Obsolete("Deprecated in API9; Will be removed in API11.")]
public class FocusRequestArgs : EventArgs
{