How do I call a call method from XAML in WPF? -


मैं WPF में XAML से एक कॉल पद्धति कैसे कॉल करूं?

जिस तरह से यह नियंत्रित किया जाता है वह आपकी विधि को एक में लपेटकर, और प्रयोग कर रहा है।

मैं इस दृष्टिकोण के कुछ फायदों को दिखा रहा हूं , खासकर जब आप RelayCommand कार्यान्वयन की तरह कुछ का उपयोग करते हैं।


Comments

Popular posts from this blog

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net - getting a value of selected radiobutton in LoadViewState -