简体   繁体   中英

How can I handle InputScope="Number" data ( XAML)?

I 've created 3 text box with input scope = "number " one for the day , one for the mounth and one for the year - I want to nd also verify that the input is corect , how can i do this ? Iimagine from c#...

first you can refer to the code of Microsoft.Phone.Controls.Toolkit 's DatePick

second if you just want to handle this in a easy way, + event of textChanged

and check your textbox 's value

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM