Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that handles the DismissPopup attached event of a RibbonControlService.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Delegate Sub RibbonDismissPopupEventHandler ( _
sender As Object, _
e As RibbonDismissPopupEventArgs _
)
public delegate void RibbonDismissPopupEventHandler(
Object sender,
RibbonDismissPopupEventArgs e
)
public delegate void RibbonDismissPopupEventHandler(
Object^ sender,
RibbonDismissPopupEventArgs^ e
)
type RibbonDismissPopupEventHandler =
delegate of
sender:Object *
e:RibbonDismissPopupEventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs
The event data.