-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add BalloonTipClicked Event to NotifyIcon #1755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add BalloonTipClicked Event to NotifyIcon #1755
Conversation
This reverts commit 2ab338d.
This reverts commit f0cb581.
…ttps://github.com/NkGuo/HandyControl into feature/add-BalloonTipClicked-event-to-nofifyicon
Hi @NaBian 我根据示例中的NotifyIcon控件实现了一个任务栏托盘并绑定了BalloonTipClicked事件,托盘菜单其中一个按钮测试使用NotifyIcon.ShowBalloonTip()发送桌面通知,当点击桌面通知时无法触发BalloonTipClicked事件。 看了NofityIcon的源代码没有实现该事件,所以创建了该PR添加该事件到NotifyIcon控件,功能已实现并添加到Demo中,运行后发送通知点击气泡即可返回主窗体。 请Review此PR,谢谢! |
@NkGuo 你的提交有部分代码不全 |
哦,又提交了啊 |
第一次提交不全,后面又提交了一次 |
第二次提交解决了什么问题呢 @NkGuo |
第一次提交没有加到demo里,第二次把这个事件加到demo里了,可以在示例里直接看到效果。都在这一个PR里。 @NaBian 我看你已经在master上改了,但是缺少demo的部分,我重新合并了冲突,请看:https://github.com/HandyOrg/HandyControl/pull/1755/files |
请问如果这个功能被接受了,想问下NuGet包什么能更新? 谢谢! |
…onTipClicked-event-to-nofifyicon
…onTipClicked-event-to-nofifyicon
Add BalloonTipClicked Event to NotifyIcon