How to Call C++Code from XAML-CheckBox-Click-Event |
Post Reply |
Author | ||
millenium
Groupie Joined: 24 February 2016 Location: Germany Status: Offline Points: 12 |
Post Options
Thanks(0)
Posted: 01 August 2017 at 3:22am |
|
Hi fellow Codejock-users,
I am using CXTPPopupControl to show a XAML-Notification to our users. And i would like to offer a "Do not show this notification again"-functionality, driven by a simple XAML-checkbox. So my question is: How do i connect the XAML-Checkbox-Clicked-event with my c++-code? Thank you, regards |
||
millenium
Groupie Joined: 24 February 2016 Location: Germany Status: Offline Points: 12 |
Post Options
Thanks(0)
|
|
The answer can be found in:
Codejock\Samples\ToolkitPro\MarkupSample |
||
cpede
Senior Member Joined: 13 August 2004 Location: Denmark Status: Offline Points: 668 |
Post Options
Thanks(1)
|
|
Make a delegate on the sub-classed control:
Add a method for handling the delegate:
-cpede |
||
Product: Xtreme ToolkitPro (24.0.0)
Platform: Windows 10 (x64) Language: Visual Studio 2017 (C++) |
||
millenium
Groupie Joined: 24 February 2016 Location: Germany Status: Offline Points: 12 |
Post Options
Thanks(0)
|
|
Thank you for your answer.
|
||
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |