[NUI] Add public types to replace nested types of Components.Switch (#1809)
authorjaehyun0cho <jaehyun0cho@gmail.com>
Tue, 21 Jul 2020 02:20:22 +0000 (11:20 +0900)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2020 02:20:22 +0000 (11:20 +0900)
commit896ad6c880b4f0803265f25704ff05b23d3dba5e
tree550763223ab103bb3262b2a64809e51b655f18c0
parent9498657902d245ce589abe8105868678d2c0c22a
[NUI] Add public types to replace nested types of Components.Switch (#1809)

To replace nested types (CA1034 of StyleCop), the following is added.
- event EventHandler<SelectedChangedEventArgs> in Switch class

The followings are deprecated.
- class SelectEventArgs in Switch class
- event EventHandler<SelectEventArgs> in Switch class

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
src/Tizen.NUI.Components/Controls/Switch.cs