Remarks
It is recommended to handle this event for toggling the visibility of added or built-in context sensitive items of the WPF.
Occurs to handle displaying context sensitive mini toolbars. The event handler receives an argument of type WPF.
Introduced: X15.
public event WPF.MiniToolbarOpeningHandler MiniToolbarOpening;
Public Event MiniToolbarOpening As WPF.MiniToolbarOpeningEventHandler
It is recommended to handle this event for toggling the visibility of added or built-in context sensitive items of the WPF.