问题:
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.
You write the following code fragment.
Which binding expression should you use?()
A . { Binding Path=StringMember, Mode=TwoWay }
B . { Binding Path=StringMember, NotifyOnSourceUpdated=True }
C . { Binding Path=StringMember, NotifyOnTargetUpdated=True }
D . { Binding Path=StringMember, UpdateSourceTrigger=PropertyChanged }
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.
You write the following code fragment.
Which binding expression should you use?()
● 参考解析
本题暂无解析
相关内容
相关标签