RibbonDismissPopupEventHandler Delegate

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

See Also

Reference

Microsoft.Windows.Controls.Ribbon Namespace