.net - ICommand - Who invoke the Execute? -


as per topic, invokes execute?

in code, bind command button click. (for reason, not allow me put xaml codes here...)

i'm curious how/what goes behind triggers execute(). stack, seems calling: 1. button.onclick 2. primitives.buttonbase.onclick 3. commands.commandhelpers.criticalexecutecommandsource 4. actioncommand.execute

even after looking @ trace, still don't quite it. can explain me?


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -