Print Page | Close Window

Catching an event in CXTPMarkupListBox

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=22433
Printed Date: 28 March 2024 at 3:22pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Catching an event in CXTPMarkupListBox
Posted By: sdancer75
Subject: Catching an event in CXTPMarkupListBox
Date Posted: 10 October 2014 at 6:00am
Hi,

Is that possible to catch a button event using the code (from your sample) below ?


<Border BorderThickness='2' BorderBrush='DodgerBlue' Margin='2' Padding='3'>
<StackPanel Orientation='Horizontal'>
<Border Width='32' Height='32'/>
<Grid>
<Grid.ColumnDefinitions><ColumnDefinition Width='Auto'/>
<ColumnDefinition Width='*'/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition/>
<RowDefinition/>
</Grid.RowDefinitions>
<TextBlock TextAlignment='Right' FontWeight='Bold' Foreground='Navy' Text='Description:'/>
<TextBlock TextAlignment='Right' Grid.Row='1' FontWeight='Bold' Foreground='Navy' Text='Current Price:'/>
<TextBlock Margin='6, 0, 0, 0' Grid.Column='1' Text='Digital camera'/>
<TextBlock Margin='6, 0, 0, 0'  Grid.Column='1' Grid.Row='1'  Text='$321'/>
<Button Name='Button1' Margin='2' Cursor='Hand'><TextBlock>Button Test</TextBlock></Button>
</Grid>
</StackPanel>
</Border>


Regards,



-------------
Just me!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net