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.
Removes a handler for the DismissPopup attached event.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Shared Sub RemoveDismissPopupHandler ( _
element As DependencyObject, _
handler As RibbonDismissPopupEventHandler _
)
public static void RemoveDismissPopupHandler(
DependencyObject element,
RibbonDismissPopupEventHandler handler
)
public:
static void RemoveDismissPopupHandler(
DependencyObject^ element,
RibbonDismissPopupEventHandler^ handler
)
static member RemoveDismissPopupHandler :
element:DependencyObject *
handler:RibbonDismissPopupEventHandler -> unit
public static function RemoveDismissPopupHandler(
element : DependencyObject,
handler : RibbonDismissPopupEventHandler
)
Parameters
- element
Type: System.Windows.DependencyObject
The object from which the attached event is removed.
- handler
Type: Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventHandler
The event handler.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.