Example #1
0
 void IVsInfoBarUIEvents.OnActionItemClicked(IVsInfoBarUIElement infoBarUIElement, IVsInfoBarActionItem actionItem)
 {
     ActionItemClicked?.Invoke(this, new InfoBarActionItemEventArgs(infoBarUIElement, _model, actionItem));
 }
Example #2
0
 internal void OnClicked()
 {
     ActionItemClicked?.Invoke();
 }