路由事件不起作用

时间:2014-12-23 18:30:16

标签: wpf

我是WPF新手并遇到问题。 我想在其父级中处理一个网格元素的按钮事件 但它并没有为我显示ButtonBase.click。 谁能告诉我为什么? 我错过了什么吗?

这是代码:

<Window x:Class="CH01.CustomAttached.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="clr-namespace:CH01.CustomAttached"
    Title="MainWindow" Height="350" Width="525">
<Grid>

        <Button Content="Button" Width="75" Click="Button_Click"/>

</Grid>
</Window>

0 个答案:

没有答案