Guest User

Untitled

a guest
Jan 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <DataTemplate x:Key="ButtonTemplate">
  2. <Button Click="Cell_Click">
  3. <Button.Template>
  4. <ControlTemplate TargetType="{x:Type Button}">
  5. <TextBlock x:Name="TBlock" Loaded="TBlock_Loaded" />
  6. </ControlTemplate>
  7. </Button.Template>
  8. </Button>
  9. </DataTemplate>
Add Comment
Please, Sign In to add comment