2

WPF 的 DefaultEventAttribute 有什么作用

 3 years ago
source link: https://lindexi.gitee.io/post/WPF-%E7%9A%84-DefaultEventAttribute-%E6%9C%89%E4%BB%80%E4%B9%88%E4%BD%9C%E7%94%A8.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
WPF 的 DefaultEventAttribute 有什么作用

在自定义 WPF 控件库时,可以看到有一些控件会加上 DefaultEventAttribute 特性,通过这个特性可以告诉 XAML 编辑器,默认创建的事件是什么

如编写一个 UserControl1 的用户自定义控件,可以在 xaml.cs 代码加上此特性

    [DefaultEvent("Foo")]
    public partial class UserControl1
    {
        public event EventHandler Foo;
    }

在 MainWindow 上添加 UserControl1 然后构建一下代码

<local:UserControl1 />

在 XAML 编辑器双击一下 UserControl1 控件,可以看到自动生成如下代码

<local:UserControl1 Foo="UserControl1_Foo"/>

        private void UserControl1_Foo(object sender, EventArgs e)
        {

        }

本文会经常更新,请阅读原文: https://blog.lindexi.com/post/WPF-%E7%9A%84-DefaultEventAttribute-%E6%9C%89%E4%BB%80%E4%B9%88%E4%BD%9C%E7%94%A8.html ,以避免陈旧错误知识的误导,同时有更好的阅读体验。

如果你想持续阅读我的最新博客,请点击 RSS 订阅,推荐使用RSS Stalker订阅博客,或者前往 CSDN 关注我的主页

本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。欢迎转载、使用、重新发布,但务必保留文章署名林德熙(包含链接: https://blog.lindexi.com ),不得用于商业目的,基于本文修改后的作品务必以相同的许可发布。如有任何疑问,请 与我联系

无盈利,不卖课,做纯粹的技术博客

以下是广告时间

推荐关注 Edi.Wang 的公众号
lindexi%2F201985113622445

欢迎进入 Eleven 老师组建的 .NET 社区
lindexi%2F20209121930471745.jpg

以上广告全是友情推广,无盈利


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK