Catching an event in CXTPMarkupListBox |
Post Reply |
Author | |
sdancer75
Groupie Joined: 08 July 2008 Location: Greece Status: Offline Points: 70 |
Post Options
Thanks(0)
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!
|
|
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 |