RibbonDismissPopupEventHandler 委托

定义

表示处理 DismissPopup 附加事件 RibbonControlService的方法。

public delegate void RibbonDismissPopupEventHandler(System::Object ^ sender, RibbonDismissPopupEventArgs ^ e);
public delegate void RibbonDismissPopupEventHandler(object sender, RibbonDismissPopupEventArgs e);
type RibbonDismissPopupEventHandler = delegate of obj * RibbonDismissPopupEventArgs -> unit
Public Delegate Sub RibbonDismissPopupEventHandler(sender As Object, e As RibbonDismissPopupEventArgs)

参数

sender
Object

事件源。

e
RibbonDismissPopupEventArgs

事件数据。

扩展方法

名称 说明
GetMethodInfo(Delegate)

获取一个对象,该对象表示由指定委托表示的方法。

适用于