Quantcast
Channel: Lunikism
Viewing all articles
Browse latest Browse all 841

[C#,WPF] INotifyPropertyChanged & binding

$
0
0
WPF 작업시 XAML에서 코드와 속성값을 1:1 시켜주는 Binding 기능은 굉장히 편리한 기능이다.   xaml 상에서는 해당 컨트롤의 속성값에 아래와 같이 Binding을 추가해주면 된다.   <TextBlock Name="textblockGuiVersion" Text="{Binding UI_VERSION, Mode=OneWay}"/>     코드에서는 아래와 같이 INotifyPropertyCh..

Viewing all articles
Browse latest Browse all 841

Latest Images

Trending Articles