mvvm 密码框 绑定 简便方法
Posted 张小帅
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mvvm 密码框 绑定 简便方法相关的知识,希望对你有一定的参考价值。
提交按钮
<button click="onclick" command={binding passcommand}commandparameter={binding text,element=lblpw}/>
<textblock name=lblpw visible=hidden/>
<passwordbox name=tbpw/>
onclick()
{
lblpw.text = tbpw.password;
}
以上是关于mvvm 密码框 绑定 简便方法的主要内容,如果未能解决你的问题,请参考以下文章
WPF MVVM - 带文本框的简单绑定按钮(Icommand)