Resolve command in WPF. what is the resolve word?
Posted
by Mendy
on Stack Overflow
See other posts from Stack Overflow
or by Mendy
Published on 2010-04-20T06:28:55Z
Indexed on
2010/04/20
6:33 UTC
Read the original article
Hit count: 211
Can someone explain this XAML statement, particularly what is the Resolve
?
<MenuItem Header="_Load File" Command="{Resolve {Type Commands:LoadFile}}" />
© Stack Overflow or respective owner