Add BalloonTipClicked Event to NotifyIcon#1755
Open
nkguo wants to merge 9 commits intoHandyOrg:masterfrom
Open
Add BalloonTipClicked Event to NotifyIcon#1755nkguo wants to merge 9 commits intoHandyOrg:masterfrom
nkguo wants to merge 9 commits intoHandyOrg:masterfrom
Conversation
This reverts commit 2ab338d.
This reverts commit f0cb581.
…ttps://github.com/NkGuo/HandyControl into feature/add-BalloonTipClicked-event-to-nofifyicon
Contributor
Author
|
Hi @NaBian 我根据示例中的NotifyIcon控件实现了一个任务栏托盘并绑定了BalloonTipClicked事件,托盘菜单其中一个按钮测试使用NotifyIcon.ShowBalloonTip()发送桌面通知,当点击桌面通知时无法触发BalloonTipClicked事件。 看了NofityIcon的源代码没有实现该事件,所以创建了该PR添加该事件到NotifyIcon控件,功能已实现并添加到Demo中,运行后发送通知点击气泡即可返回主窗体。 请Review此PR,谢谢! |
Member
|
@nkguo 你的提交有部分代码不全 |
Member
哦,又提交了啊 |
Contributor
Author
第一次提交不全,后面又提交了一次 |
Member
|
第二次提交解决了什么问题呢 @nkguo |
Contributor
Author
第一次提交没有加到demo里,第二次把这个事件加到demo里了,可以在示例里直接看到效果。都在这一个PR里。 @NaBian 我看你已经在master上改了,但是缺少demo的部分,我重新合并了冲突,请看:https://github.com/HandyOrg/HandyControl/pull/1755/files |
Contributor
Author
|
请问如果这个功能被接受了,想问下NuGet包什么能更新? 谢谢! |
…onTipClicked-event-to-nofifyicon
…onTipClicked-event-to-nofifyicon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add BalloonTipClicked Event to NotifyIcon