{"id":30971,"date":"2024-10-28T10:44:02","date_gmt":"2024-10-28T10:44:02","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=30971"},"modified":"2024-11-26T06:46:51","modified_gmt":"2024-11-26T06:46:51","slug":"uwp-%ea%b0%9c%eb%b0%9c-inotifypropertychanged-%ec%9d%b8%ed%84%b0%ed%8e%98%ec%9d%b4%ec%8a%a4","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/30971\/","title":{"rendered":"UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4"},"content":{"rendered":"<p><body><\/p>\n<p>\n        UWP(Universally Windows Platform)\ub294 Microsoft\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ud50c\ub7ab\ud3fc\uc73c\ub85c, \ub2e4\uc591\ud55c \uae30\uae30\uc5d0\uc11c \uc2e4\ud589\ub420 \uc218 \uc788\ub294 Windows \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4. UWP\ub294 MVVM(\ubaa8\ub378-\ubdf0-\ubdf0\ubaa8\ub378) \uc544\ud0a4\ud14d\ucc98\uc640 \ud568\uaed8 \uc0ac\uc6a9\ub418\uba70, \uc774 \uacfc\uc815\uc5d0\uc11c \ub370\uc774\ud130 \ubc14\uc778\ub529\uc774 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ub370\uc774\ud130 \ubc14\uc778\ub529\uc740 UI \uc694\uc18c\uc640 \ub370\uc774\ud130 \ubaa8\ub378 \uac04\uc758 \uad00\uacc4\ub97c \uc124\uc815\ud558\ub294 \uae30\ubc95\uc774\uba70, \uc774\ub7ec\ud55c \ubc14\uc778\ub529\uc744 \ud1b5\ud574 UI\uac00 \ub370\uc774\ud130 \ubaa8\ub378\uc758 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc790\ub3d9\uc73c\ub85c \ubc18\uc601\ud558\uac8c \ub429\ub2c8\ub2e4. \uc774\ub860\uc801\uc73c\ub85c \uac00\ub2a5\ud558\uc9c0\ub9cc, \uc2e4\uc81c\uc801\uc778 \uad6c\ud604\uc744 \uc704\ud574\uc11c\ub294 <code>INotifyPropertyChanged<\/code> \uc778\ud130\ud398\uc774\uc2a4\ub97c \uc774\ud574\ud574\uc57c \ud569\ub2c8\ub2e4.\n    <\/p>\n<h2>1. INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4\ub780?<\/h2>\n<p>\n<code>INotifyPropertyChanged<\/code> \uc778\ud130\ud398\uc774\uc2a4\ub294 \ub370\uc774\ud130 \ubaa8\ub378 \ud074\ub798\uc2a4\uac00 \uc18d\uc131\uc774 \ubcc0\uacbd\ub418\uc5c8\uc74c\uc744 UI\uc5d0 \uc54c\ub9ac\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uc778\ud130\ud398\uc774\uc2a4\uc758 \ud575\uc2ec\uc740 <code>PropertyChanged<\/code> \uc774\ubca4\ud2b8\uc785\ub2c8\ub2e4. UI\ub294 \uc774 \uc774\ubca4\ud2b8\ub97c \uad6c\ub3c5\ud558\uace0, \ub370\uc774\ud130 \ubaa8\ub378\uc758 \uc18d\uc131\uc774 \ubcc0\uacbd\ub420 \ub54c \ud574\ub2f9 \uc774\ubca4\ud2b8\uac00 \ubc1c\uc0dd\ud558\uc5ec UI\ub97c \uc5c5\ub370\uc774\ud2b8\ud569\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ub370\uc774\ud130\uc640 UI \uac04\uc758 \ub3d9\uae30\ud654\ub97c \uc27d\uac8c \uc720\uc9c0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h3>1.1 INotifyPropertyChanged\uc758 \uad6c\uc131 \uc694\uc18c<\/h3>\n<p>\n<code>INotifyPropertyChanged<\/code> \uc778\ud130\ud398\uc774\uc2a4\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc870\ub97c \uac00\uc9d1\ub2c8\ub2e4:\n    <\/p>\n<pre><code>\n    public interface INotifyPropertyChanged\n    {\n        event PropertyChangedEventHandler PropertyChanged;\n    }\n    <\/code><\/pre>\n<h3>1.2 PropertyChangedEventHandler<\/h3>\n<p>\n<code>PropertyChangedEventHandler<\/code>\ub294 \ubcc0\uacbd\ub41c \uc18d\uc131\uc744 \uc2dd\ubcc4\ud558\ub294 \ub370 \uc0ac\uc6a9\ud558\ub294 \uba54\uc11c\ub4dc\uc785\ub2c8\ub2e4. \uc774 \uba54\uc11c\ub4dc\ub294 \ud638\ucd9c\ub420 \ub54c \ubcc0\uacbd\ub41c \ud504\ub85c\ud37c\ud2f0\uc758 \uc774\ub984\uc744 \uc804\ub2ec\ubc1b\uc544 UI\uc5d0\uc11c \ud574\ub2f9 \ud504\ub85c\ud37c\ud2f0\ub97c \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub370 \ud65c\uc6a9\ub429\ub2c8\ub2e4. \uadf8 \uad6c\uc870\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:\n    <\/p>\n<pre><code>\n    public delegate void PropertyChangedEventHandler(object sender, PropertyChangedEventArgs e);\n    <\/code><\/pre>\n<h3>1.3 PropertyChangedEventArgs<\/h3>\n<p>\n<code>PropertyChangedEventArgs<\/code> \ud074\ub798\uc2a4\ub294 \uc18d\uc131\uc758 \uc774\ub984\uc744 \ub098\ud0c0\ub0b4\uba70, \uc774 \ud074\ub798\uc2a4\ub294 <code>PropertyChanged<\/code> \uc774\ubca4\ud2b8\uac00 \ubc1c\uc0dd\ud560 \ub54c \uc804\ub2ec\ub429\ub2c8\ub2e4. \uc774 \ud074\ub798\uc2a4\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc870\ub97c \uac00\uc9d1\ub2c8\ub2e4:\n    <\/p>\n<pre><code>\n    public class PropertyChangedEventArgs : EventArgs\n    {\n        public PropertyChangedEventArgs(string propertyName);\n        public string PropertyName { get; }\n    }\n    <\/code><\/pre>\n<h2>2. INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4 \uad6c\ud604\ud558\uae30<\/h2>\n<p>\n        \uc774\uc81c <code>INotifyPropertyChanged<\/code> \uc778\ud130\ud398\uc774\uc2a4\ub97c \uc2e4\uc81c\ub85c \uad6c\ud604\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \uac04\ub2e8\ud55c ViewModel \ud074\ub798\uc2a4\uc758 \uc608\uc2dc\uc785\ub2c8\ub2e4.\n    <\/p>\n<pre><code>\n    using System;\n    using System.ComponentModel;\n\n    public class Person : INotifyPropertyChanged\n    {\n        private string name;\n\n        public string Name\n        {\n            get { return name; }\n            set\n            {\n                if (name != value)\n                {\n                    name = value;\n                    OnPropertyChanged(nameof(Name));\n                }\n            }\n        }\n\n        public event PropertyChangedEventHandler PropertyChanged;\n\n        protected void OnPropertyChanged(string propertyName)\n        {\n            PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));\n        }\n    }\n    <\/code><\/pre>\n<p>\n        \uc704\uc758 <code>Person<\/code> \ud074\ub798\uc2a4\ub294 <code>INotifyPropertyChanged<\/code>\ub97c \uad6c\ud604\ud558\uc5ec <code>Name<\/code> \uc18d\uc131\uc774 \ubcc0\uacbd\ub420 \ub54c\ub9c8\ub2e4 <code>PropertyChanged<\/code> \uc774\ubca4\ud2b8\ub97c \ubc1c\uc0dd\uc2dc\ud0b5\ub2c8\ub2e4. <code>OnPropertyChanged<\/code> \uba54\uc11c\ub4dc\ub294 \uc774\ubca4\ud2b8\uac00 \uad6c\ub3c5\uc790\uc5d0\uac8c \ud638\ucd9c\ub420 \uc218 \uc788\ub3c4\ub85d \ud569\ub2c8\ub2e4.\n    <\/p>\n<h3>2.1 ViewModel\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30<\/h3>\n<p>\n        \uc774\uc81c \ub2e4\uc74c\uc740 \uc774 <code>Person<\/code> ViewModel\uc744 \uc0ac\uc6a9\ud558\ub294 \uac04\ub2e8\ud55c UWP \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc608\uc785\ub2c8\ub2e4. XAML \ubdf0\uc640 \uc774\ub97c \uc0ac\uc6a9\ud558\ub294 ViewModel\uc744 \uc815\uc758\ud558\uc5ec \ub370\uc774\ud130 \ubc14\uc778\ub529\uc744 \uc2dc\uc5f0\ud558\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<pre><code>\n    \/\/ MainPage.xaml\n    <page x:class=\"MyApp.MainPage\" xmlns=\"http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml\/presentation\" xmlns:local=\"using:MyApp\" xmlns:x=\"http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml\">\n\n        <stackpanel>\n            <textbox placeholdertext=\"Enter your name\" text=\"{Binding Name, Mode=TwoWay}\"><\/textbox>\n            <textblock fontsize=\"24\" foreground=\"Blue\" text=\"{Binding Name}\"><\/textblock>\n        <\/stackpanel>\n    <\/page>\n    <\/code><\/pre>\n<pre><code>\n    \/\/ MainPage.xaml.cs\n    public sealed partial class MainPage : Page\n    {\n        public Person PersonViewModel { get; set; }\n\n        public MainPage()\n        {\n            this.InitializeComponent();\n            PersonViewModel = new Person();\n            this.DataContext = PersonViewModel;\n        }\n    }\n    <\/code><\/pre>\n<p>\n        \uc704\uc758 \ucf54\ub4dc\uc5d0\uc11c <code>TextBox<\/code>\uc640 <code>TextBlock<\/code> \uac01\uac01\uc758 <code>Name<\/code> \uc18d\uc131\uc5d0 \ubc14\uc778\ub529\ud558\uc5ec \uc0ac\uc6a9\uc790\uac00 <code>TextBox<\/code>\uc5d0 \uc785\ub825\ud55c \ub0b4\uc6a9\uc774 \uc2e4\uc2dc\uac04\uc73c\ub85c <code>TextBlock<\/code>\uc5d0 \ubc18\uc601\ub429\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 <code>TextBox<\/code>\uc758 \ud14d\uc2a4\ud2b8\ub97c \ubcc0\uacbd\ud558\uba74, <code>INotifyPropertyChanged<\/code>\ub97c \uad6c\ud604\ud55c <code>Person<\/code> \ud074\ub798\uc2a4\uac00 \uc774\ub97c \uac10\uc9c0\ud558\uc5ec UI\uc5d0 \uc54c\ub9ac\uac8c \ub429\ub2c8\ub2e4.\n    <\/p>\n<h2>3. INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4\uc758 \uc911\uc694\uc131<\/h2>\n<p>\n<code>INotifyPropertyChanged<\/code> \uc778\ud130\ud398\uc774\uc2a4\ub294 MVVM \uc544\ud0a4\ud14d\ucc98\uc5d0\uc11c \ub370\uc774\ud130\uc640 UI\uac04\uc758 \ub3d9\uae30\ud654\ub97c \uc27d\uac8c \ud558\uace0 \uc720\uc9c0\ubcf4\uc218\ub97c \ud5a5\uc0c1\uc2dc\ud0a4\ub294 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ubcf5\uc7a1\ud55c UI \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ub370\uc774\ud130 \uc0c1\ud0dc\uc758 \ubcc0\ud654\ub97c UI\uc5d0 \uc815\ud655\ud788 \ubc18\uc601\ud558\ub294 \uac83\uc740 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc548\uc815\uc131\uacfc \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0b5\ub2c8\ub2e4.\n    <\/p>\n<h3>3.1 \uc131\ub2a5 \uac1c\uc120<\/h3>\n<p>\n        \ubaa8\ub4e0 \uc18d\uc131\uc5d0 \ub300\ud574 \ubc14\uc778\ub529\uc744 \uc124\uc815\ud558\uba74, \uc131\ub2a5\uc5d0 \uc601\ud5a5\uc744 \ubbf8\uce60 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ucd5c\uc801\ud654\ub97c \uc704\ud574 \uc774\ubca4\ud2b8 \ubc1c\uc0dd\uc774 \ud544\uc694\ud55c \uc18d\uc131\ub9cc <code>INotifyPropertyChanged<\/code>\ub97c \uc0ac\uc6a9\ud558\uc5ec \uad00\ub9ac\ud558\ub294 \uac83\uc774 \uad8c\uc7a5\ub429\ub2c8\ub2e4.\n    <\/p>\n<h3>3.2 \ucf54\ub4dc\uc758 \uac00\ub3c5\uc131 \ud5a5\uc0c1<\/h3>\n<p>\n        \ub370\uc774\ud130 \ubc14\uc778\ub529\uc744 \ud65c\uc6a9\ud558\uc5ec UI\uc640 \ube44\uc988\ub2c8\uc2a4 \ub85c\uc9c1 \uac04\uc758 \uad00\uacc4\ub97c \uba85\ud655\ud788 \ud558\uc5ec \ucf54\ub4dc\uc758 \uac00\ub3c5\uc131\uacfc \uc720\uc9c0\ubcf4\uc218\uc131\uc744 \ud5a5\uc0c1\uc2dc\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788, MVVM \ud328\ud134\uc744 \ud1b5\ud574 \uac01 \uad6c\uc131 \uc694\uc18c\uc758 \uc5ed\ud560 \ubd84\ub2f4\uc774 \uc774\ub8e8\uc5b4\uc838 \ucf54\ub4dc\uc758 \ubcf5\uc7a1\ud568\uc744 \uc904\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h2>4. INotifyPropertyChanged \ud65c\uc6a9 \uc608\uc81c<\/h2>\n<p>\n        \ubcf5\uc7a1\ud55c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc704\ud574 \uc5ec\ub7ec \uc18d\uc131\uc744 \uac00\uc9c4 ViewModel\uc744 \ub9cc\ub4e4\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uc758 \ub098\uc774\uc640 \uc9c1\uc5c5\uc744 \uc785\ub825\ud560 \uc218 \uc788\ub294 \uc608\uc81c\uc785\ub2c8\ub2e4.\n    <\/p>\n<pre><code>\n    public class UserProfile : INotifyPropertyChanged\n    {\n        private string name;\n        private int age;\n        private string occupation;\n\n        public string Name\n        {\n            get { return name; }\n            set\n            {\n                if (name != value)\n                {\n                    name = value;\n                    OnPropertyChanged(nameof(Name));\n                }\n            }\n        }\n\n        public int Age\n        {\n            get { return age; }\n            set\n            {\n                if (age != value &amp;&amp; value &gt;= 0)\n                {\n                    age = value;\n                    OnPropertyChanged(nameof(Age));\n                }\n            }\n        }\n\n        public string Occupation\n        {\n            get { return occupation; }\n            set\n            {\n                if (occupation != value)\n                {\n                    occupation = value;\n                    OnPropertyChanged(nameof(Occupation));\n                }\n            }\n        }\n\n        public event PropertyChangedEventHandler PropertyChanged;\n\n        protected void OnPropertyChanged(string propertyName)\n        {\n            PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));\n        }\n    }\n    <\/code><\/pre>\n<p>\n        \ucd94\uac00\uc801\uc778 \uc18d\uc131\ub4e4\uc744 \ud1b5\ud574 \uc0ac\uc6a9\uc790\uc758 \ud504\ub85c\ud544\uc744 \uad00\ub9ac\ud569\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \uc774 ViewModel\uc744 \uc0ac\uc6a9\ud558\ub294 XAML \ucf54\ub4dc\uc785\ub2c8\ub2e4.\n    <\/p>\n<pre><code>\n    \/\/ UserProfilePage.xaml\n    <page x:class=\"MyApp.UserProfilePage\" xmlns=\"http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml\/presentation\" xmlns:local=\"using:MyApp\" xmlns:x=\"http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml\">\n\n        <stackpanel>\n            <textbox placeholdertext=\"Enter your name\" text=\"{Binding Name, Mode=TwoWay}\"><\/textbox>\n            <textbox placeholdertext=\"Enter your age\" text=\"{Binding Age, Mode=TwoWay}\"><\/textbox>\n            <textbox placeholdertext=\"Enter your occupation\" text=\"{Binding Occupation, Mode=TwoWay}\"><\/textbox>\n            <textblock fontsize=\"24\" foreground=\"Blue\" text=\"{Binding Name}\"><\/textblock>\n            <textblock fontsize=\"24\" foreground=\"Blue\" text=\"{Binding Age}\"><\/textblock>\n            <textblock fontsize=\"24\" foreground=\"Blue\" text=\"{Binding Occupation}\"><\/textblock>\n        <\/stackpanel>\n    <\/page>\n    <\/code><\/pre>\n<p>\n        \uc774 \uc608\uc81c\uc5d0\uc11c\ub294 \uc0ac\uc6a9\uc790\uac00 \uc774\ub984, \ub098\uc774, \uc9c1\uc5c5\uc744 \uc785\ub825\ud560 \uc218 \uc788\uc73c\uba70, \ubcc0\uacbd\ub41c \ub0b4\uc6a9\uc740 UI\uc5d0 \uc989\uc2dc \ubc18\uc601\ub429\ub2c8\ub2e4. <code>TextBox<\/code>\uc640 <code>TextBlock<\/code> \uac04\uc758 \ub370\uc774\ud130 \ubc14\uc778\ub529\uc73c\ub85c \uc0ac\uc6a9\uc790\uac00 \uc785\ub825\ud55c \uac12\uc774 \uc2e4\uc2dc\uac04\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8\ub429\ub2c8\ub2e4.\n    <\/p>\n<h2>5. \uacb0\ub860<\/h2>\n<p>\n        UWP \uac1c\ubc1c\uc5d0\uc11c <code>INotifyPropertyChanged<\/code> \uc778\ud130\ud398\uc774\uc2a4\ub294 \ub370\uc774\ud130\uc640 UI \uac04\uc758 \uae4a\uc740 \uc5f0\uacb0\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774\ub807\uac8c \ud568\uc73c\ub85c\uc368, \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc720\uc9c0\ubcf4\uc218\uc131\uacfc \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uac1c\uc120\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. MVVM \uc544\ud0a4\ud14d\ucc98\ub97c \ucc44\ud0dd\ud558\uc5ec \ubd84\ub9ac\ub41c \uad00\uc2ec\uc0ac\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uad00\ub9ac\ud558\uace0, \ub370\uc774\ud130 \ubc14\uc778\ub529\uc744 \ud1b5\ud574 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uac00\ub3c5\uc131\uc744 \ub192\uc774\ub294 \uac83\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.\n    <\/p>\n<p>\n        \uc774\ubc88 \uac15\uc88c\ub97c \ud1b5\ud574 <code>INotifyPropertyChanged<\/code> \uc778\ud130\ud398\uc774\uc2a4\uc640 \uc774\ub97c \ud65c\uc6a9\ud55c UWP \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc758 \uae30\ucd08\ub97c \ubc30\uc6e0\uc2b5\ub2c8\ub2e4. \uc774\ub97c \ubc14\ud0d5\uc73c\ub85c \ub354 \ubcf5\uc7a1\ud55c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud560 \ub54c\ub3c4 \uc774 \uac1c\ub150\uc744 \ud65c\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>UWP(Universally Windows Platform)\ub294 Microsoft\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ud50c\ub7ab\ud3fc\uc73c\ub85c, \ub2e4\uc591\ud55c \uae30\uae30\uc5d0\uc11c \uc2e4\ud589\ub420 \uc218 \uc788\ub294 Windows \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4. UWP\ub294 MVVM(\ubaa8\ub378-\ubdf0-\ubdf0\ubaa8\ub378) \uc544\ud0a4\ud14d\ucc98\uc640 \ud568\uaed8 \uc0ac\uc6a9\ub418\uba70, \uc774 \uacfc\uc815\uc5d0\uc11c \ub370\uc774\ud130 \ubc14\uc778\ub529\uc774 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ub370\uc774\ud130 \ubc14\uc778\ub529\uc740 UI \uc694\uc18c\uc640 \ub370\uc774\ud130 \ubaa8\ub378 \uac04\uc758 \uad00\uacc4\ub97c \uc124\uc815\ud558\ub294 \uae30\ubc95\uc774\uba70, \uc774\ub7ec\ud55c \ubc14\uc778\ub529\uc744 \ud1b5\ud574 UI\uac00 \ub370\uc774\ud130 \ubaa8\ub378\uc758 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc790\ub3d9\uc73c\ub85c \ubc18\uc601\ud558\uac8c \ub429\ub2c8\ub2e4. \uc774\ub860\uc801\uc73c\ub85c \uac00\ub2a5\ud558\uc9c0\ub9cc, \uc2e4\uc81c\uc801\uc778 \uad6c\ud604\uc744 \uc704\ud574\uc11c\ub294 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/30971\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[38],"tags":[],"class_list":["post-30971","post","type-post","status-publish","format-standard","hentry","category-uwp-"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/30971\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"UWP(Universally Windows Platform)\ub294 Microsoft\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ud50c\ub7ab\ud3fc\uc73c\ub85c, \ub2e4\uc591\ud55c \uae30\uae30\uc5d0\uc11c \uc2e4\ud589\ub420 \uc218 \uc788\ub294 Windows \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4. UWP\ub294 MVVM(\ubaa8\ub378-\ubdf0-\ubdf0\ubaa8\ub378) \uc544\ud0a4\ud14d\ucc98\uc640 \ud568\uaed8 \uc0ac\uc6a9\ub418\uba70, \uc774 \uacfc\uc815\uc5d0\uc11c \ub370\uc774\ud130 \ubc14\uc778\ub529\uc774 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ub370\uc774\ud130 \ubc14\uc778\ub529\uc740 UI \uc694\uc18c\uc640 \ub370\uc774\ud130 \ubaa8\ub378 \uac04\uc758 \uad00\uacc4\ub97c \uc124\uc815\ud558\ub294 \uae30\ubc95\uc774\uba70, \uc774\ub7ec\ud55c \ubc14\uc778\ub529\uc744 \ud1b5\ud574 UI\uac00 \ub370\uc774\ud130 \ubaa8\ub378\uc758 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc790\ub3d9\uc73c\ub85c \ubc18\uc601\ud558\uac8c \ub429\ub2c8\ub2e4. \uc774\ub860\uc801\uc73c\ub85c \uac00\ub2a5\ud558\uc9c0\ub9cc, \uc2e4\uc81c\uc801\uc778 \uad6c\ud604\uc744 \uc704\ud574\uc11c\ub294 &hellip; \ub354 \ubcf4\uae30 &quot;UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/30971\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-28T10:44:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:46:51+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/30971\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30971\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4\",\"datePublished\":\"2024-10-28T10:44:02+00:00\",\"dateModified\":\"2024-11-26T06:46:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30971\/\"},\"wordCount\":47,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"UWP \uac1c\ubc1c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/30971\/\",\"url\":\"https:\/\/atmokpo.com\/w\/30971\/\",\"name\":\"UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-28T10:44:02+00:00\",\"dateModified\":\"2024-11-26T06:46:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30971\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/30971\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/30971\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/30971\/","og_locale":"ko_KR","og_type":"article","og_title":"UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"UWP(Universally Windows Platform)\ub294 Microsoft\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ud50c\ub7ab\ud3fc\uc73c\ub85c, \ub2e4\uc591\ud55c \uae30\uae30\uc5d0\uc11c \uc2e4\ud589\ub420 \uc218 \uc788\ub294 Windows \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4. UWP\ub294 MVVM(\ubaa8\ub378-\ubdf0-\ubdf0\ubaa8\ub378) \uc544\ud0a4\ud14d\ucc98\uc640 \ud568\uaed8 \uc0ac\uc6a9\ub418\uba70, \uc774 \uacfc\uc815\uc5d0\uc11c \ub370\uc774\ud130 \ubc14\uc778\ub529\uc774 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ub370\uc774\ud130 \ubc14\uc778\ub529\uc740 UI \uc694\uc18c\uc640 \ub370\uc774\ud130 \ubaa8\ub378 \uac04\uc758 \uad00\uacc4\ub97c \uc124\uc815\ud558\ub294 \uae30\ubc95\uc774\uba70, \uc774\ub7ec\ud55c \ubc14\uc778\ub529\uc744 \ud1b5\ud574 UI\uac00 \ub370\uc774\ud130 \ubaa8\ub378\uc758 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc790\ub3d9\uc73c\ub85c \ubc18\uc601\ud558\uac8c \ub429\ub2c8\ub2e4. \uc774\ub860\uc801\uc73c\ub85c \uac00\ub2a5\ud558\uc9c0\ub9cc, \uc2e4\uc81c\uc801\uc778 \uad6c\ud604\uc744 \uc704\ud574\uc11c\ub294 &hellip; \ub354 \ubcf4\uae30 \"UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4\"","og_url":"https:\/\/atmokpo.com\/w\/30971\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-28T10:44:02+00:00","article_modified_time":"2024-11-26T06:46:51+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/30971\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/30971\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4","datePublished":"2024-10-28T10:44:02+00:00","dateModified":"2024-11-26T06:46:51+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/30971\/"},"wordCount":47,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["UWP \uac1c\ubc1c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/30971\/","url":"https:\/\/atmokpo.com\/w\/30971\/","name":"UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-28T10:44:02+00:00","dateModified":"2024-11-26T06:46:51+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/30971\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/30971\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/30971\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"UWP \uac1c\ubc1c, INotifyPropertyChanged \uc778\ud130\ud398\uc774\uc2a4"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":31145,"url":"https:\/\/atmokpo.com\/w\/31145\/","url_meta":{"origin":30971,"position":0},"title":"UWP \uac1c\ubc1c, \uc694\uc18c\uc640 \uc694\uc18c \uac04 \ub370\uc774\ud130 \ubc14\uc778\ub529","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc720\ub2c8\ubc84\uc124 \uc708\ub3c4\uc6b0 \ud50c\ub7ab\ud3fc(UWP) \uac1c\ubc1c\uc740 \ud604\ub300\uc801\uc778 \uc571 \uac1c\ubc1c\uc744 \uc704\ud55c \ud6cc\ub96d\ud55c \uc120\ud0dd\uc9c0\uc785\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uae30\uae30\uc5d0\uc11c \uc571\uc744 \uc2e4\ud589\ud560 \uc218 \uc788\ub294 \uac00\ub2a5\uc131\uacfc \uc9c1\uad00\uc801\uc778 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\uc5d0 \ub300\ud55c \ub192\uc740 \uc801\uc751\uc131 \ub355\ubd84\uc5d0 UWP\ub294 \ub9ce\uc740 \uac1c\ubc1c\uc790\uc5d0\uac8c \uafb8\uc900\ud788 \uc778\uae30\ub97c \uc5bb\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 \ub370\uc774\ud130 \ubc14\uc778\ub529\uc740 UWP \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uac15\ub825\ud55c \uae30\ub2a5 \uc911 \ud558\ub098\ub85c, UI \uc694\uc18c\uc640 \ub370\uc774\ud130 \uc18c\uc2a4\ub97c \ub3d9\uae30\ud654\ud558\uc5ec \ub354\uc6b1 \ud6a8\uc728\uc801\uc73c\ub85c \uc571\uc744 \uad6c\ucd95\ud560 \uc218\u2026","rel":"","context":"&quot;UWP \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"UWP \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/uwp-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":43245,"url":"https:\/\/atmokpo.com\/w\/43245\/","url_meta":{"origin":30971,"position":1},"title":"[Prism]  006. MVVM \ud328\ud134\uc758 \uc774\ud574, \ubaa8\ub378, \ubdf0, \ubdf0\ubaa8\ub378\uc758 \uc5ed\ud560","author":"root","date":"2024\ub144 11\uc6d4 26\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \ube14\ub85c\uac70 \uc774\ub984 | \ub0a0\uc9dc: YYYY-MM-DD MVVM \ud328\ud134\uc758 \uac1c\uc694 MVVM(Model-View-ViewModel) \ud328\ud134\uc740 WPF(Windows Presentation Foundation)\uc640 \uac19\uc740 UI \ud504\ub808\uc784\uc6cc\ud06c\uc5d0\uc11c \uc0ac\uc6a9\ub418\ub294 \ub514\uc790\uc778 \ud328\ud134\uc73c\ub85c, \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc720\uc9c0 \ubcf4\uc218\uc131\uacfc \uc7ac\uc0ac\uc6a9\uc131\uc744 \ub192\uc774\ub294 \ub370 \uae30\uc5ec\ud569\ub2c8\ub2e4. MVVM \ud328\ud134\uc740 \uc138 \uac00\uc9c0 \uc8fc\uc694 \uad6c\uc131 \uc694\uc18c\uc778 \ubaa8\ub378(Model), \ubdf0(View), \ubdf0\ubaa8\ub378(ViewModel)\ub85c \ub098\ub20c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud328\ud134\uc758 \uc8fc\ub41c \ubaa9\uc801\uc740 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\uc758 \ube44\uc988\ub2c8\uc2a4 \ub85c\uc9c1\uacfc \ub370\uc774\ud130\ub97c \ubd84\ub9ac\ud558\uc5ec,\u2026","rel":"","context":"&quot;WPF \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"WPF \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/wpf-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":31331,"url":"https:\/\/atmokpo.com\/w\/31331\/","url_meta":{"origin":30971,"position":2},"title":"WPF \uac15\uc88c, Prism\uc744 \uc0ac\uc6a9\ud55c \ub300\uaddc\ubaa8 WPF \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uc124\uacc4","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"Windows Presentation Foundation(WPF)\uc740 .NET \ud658\uacbd\uc5d0\uc11c \ub370\uc2a4\ud06c\ud0d1 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uad6c\ucd95\ud558\ub294 \ub370 \uc0ac\uc6a9\ud558\ub294 \uac15\ub825\ud55c \ud504\ub808\uc784\uc6cc\ud06c\uc785\ub2c8\ub2e4. WPF\ub294 \ud48d\ubd80\ud55c \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uc0dd\uc131\ud560 \uc218 \uc788\ub294 \uae30\ub2a5\uacfc \ub370\uc774\ud130 \ubc14\uc778\ub529, \uc2a4\ud0c0\uc77c\ub9c1 \ubc0f \ud15c\ud50c\ub9bf\uc744 \ud1b5\ud55c UI \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5 \uae30\ub2a5\uc744 \uc81c\uacf5\ud574 \uac1c\ubc1c\uc790\ub4e4\uc5d0\uac8c \uc778\uae30 \uc788\ub294 \uc120\ud0dd\uc774 \ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ub300\uaddc\ubaa8 WPF \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc124\uacc4\ud560 \ub54c, \ucf54\ub4dc\uc758 \uad6c\uc870\ud654 \ubc0f \uc720\uc9c0\ubcf4\uc218\uc131\uc744 \ub192\uc774\uae30 \uc704\ud574 \ub514\uc790\uc778 \ud328\ud134\uacfc\u2026","rel":"","context":"&quot;WPF \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"WPF \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/wpf-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":31075,"url":"https:\/\/atmokpo.com\/w\/31075\/","url_meta":{"origin":30971,"position":3},"title":"UWP \uac1c\ubc1c, XAML Controls Gallery","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \u00a0 | \u00a0 \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c 1. UWP\ub780? UWP(Universal Windows Platform)\ub294 Windows 10, Windows 10 Mobile \ubc0f Xbox One\uacfc \uac19\uc740 \ub2e4\uc591\ud55c Windows \uc7a5\uce58\uc5d0\uc11c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\ub294 \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4. UWP\ub294 \ub2e4\uc591\ud55c \ub514\ubc14\uc774\uc2a4\uc5d0\uc11c \uc77c\uad00\ub41c \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud558\uae30 \uc704\ud574 \uc124\uacc4\ub418\uc5c8\uc73c\uba70, XAML, C#, JavaScript \ub4f1\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. UWP\u2026","rel":"","context":"&quot;UWP \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"UWP \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/uwp-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":43263,"url":"https:\/\/atmokpo.com\/w\/43263\/","url_meta":{"origin":30971,"position":4},"title":"[Prism]  002. Prism \uc18c\uac1c \ubc0f \uae30\ubcf8 \uac1c\ub150, MVVM \ub514\uc790\uc778 \ud328\ud134 \uac1c\uc694","author":"root","date":"2024\ub144 11\uc6d4 26\uc77c","format":false,"excerpt":"WPF(Windows Presentation Foundation)\ub294 \uac15\ub825\ud55c \ub370\uc2a4\ud06c\ud0d1 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc744 \uad6c\ucd95\ud558\ub294 \ub370 \uc788\uc5b4 \ub9e4\uc6b0 \uc720\uc6a9\ud55c \uae30\uc220\uc785\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ubcf5\uc7a1\ud55c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ud6a8\uacfc\uc801\uc73c\ub85c \uad00\ub9ac\ud558\uace0 \uc720\uc9c0 \ubcf4\uc218\ud558\uae30 \uc704\ud574\uc11c\ub294 \uccb4\uacc4\uc801\uc778 \uad6c\uc870\uc640 \ud328\ud134\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc694\uad6c\ub97c \ucda9\uc871\uc2dc\ud0a4\uae30 \uc704\ud574 Prism\uc774\ub77c\ub294 \uac1c\ubc1c \ud504\ub808\uc784\uc6cc\ud06c\uac00 \ub4f1\uc7a5\ud588\uc2b5\ub2c8\ub2e4. Prism\uc740 WPF \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0 \uc788\uc5b4 \ubaa8\ub4c8\ud654, \ud14c\uc2a4\ud2b8 \uac00\ub2a5\uc131 \ubc0f \uc720\uc9c0 \ubcf4\uc218\uc131\uc744 \uadf9\ub300\ud654\ud558\uae30 \uc704\ud574 \uace0\uc548\ub41c \ud3ec\uad04\uc801\uc778 \ub3c4\uad6c \uc138\ud2b8\uc785\ub2c8\ub2e4.\u2026","rel":"","context":"&quot;WPF \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"WPF \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/wpf-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":43251,"url":"https:\/\/atmokpo.com\/w\/43251\/","url_meta":{"origin":30971,"position":5},"title":"[Prism]  007. MVVM \ud328\ud134\uc758 \uc774\ud574, \ub370\uc774\ud130 \ubc14\uc778\ub529 \ubc0f \uc774\ubca4\ud2b8 \ucc98\ub9ac","author":"root","date":"2024\ub144 11\uc6d4 26\uc77c","format":false,"excerpt":"WPF(Windows Presentation Foundation)\uc758 \uac1c\ubc1c\uc5d0\uc11c MVVM(Model-View-ViewModel) \ud328\ud134\uc740 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc124\uacc4 \ud328\ud134\uc785\ub2c8\ub2e4. \uc774 \ud328\ud134\uc740 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\uc640 \ube44\uc988\ub2c8\uc2a4 \ub17c\ub9ac\ub97c \ubd84\ub9ac\ud558\uc5ec \ucf54\ub4dc\uc758 \uac00\ub3c5\uc131\uacfc \uc7ac\uc0ac\uc6a9\uc131\uc744 \ub192\uc774\ub294 \ub370 \uae30\uc5ec\ud569\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 MVVM \ud328\ud134\uc758 \uc774\ud574\ub97c \uc704\ud55c \uc5ec\ub7ec \uac00\uc9c0 \uce21\uba74\uc744 \uc0b4\ud3b4\ubcf4\uace0, \ub370\uc774\ud130 \ubc14\uc778\ub529 \ubc0f \uc774\ubca4\ud2b8 \ucc98\ub9ac\uc5d0 \ub300\ud55c \uc138\ubd80 \uc0ac\ud56d\uc744 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. MVVM \ud328\ud134\uc774\ub780? MVVM\uc740 \uc138 \uac00\uc9c0 \uc8fc\uc694 \uad6c\uc131\u2026","rel":"","context":"&quot;WPF \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"WPF \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/wpf-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30971","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=30971"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30971\/revisions"}],"predecessor-version":[{"id":30972,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30971\/revisions\/30972"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=30971"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=30971"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=30971"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}