Occurs immediately after the built-in WPF.ObjectMiniToolbar was initialized. The event handler receives an argument of type WPF.MiniToolbarInitializedEventArgs containing the ObjectMiniToolbar that was created. The event is raised if the ShowMiniToolbar property is set to MiniToolbarButton.RightButton or MiniToolbarButton.LeftButton | MiniToolbarButton.RightButton.

Introduced: X15.

Syntax

public event WPF.MiniToolbarInitializedEventHandler ObjectMiniToolbarInitialized;
Public Event ObjectMiniToolbarInitialized As WPF.MiniToolbarInitializedEventHandler

Remarks

It is recommended to handle this event to determine the structure of the WPF.ObjectMiniToolbar. Toggling the visibility of items should be handled by the WPF.TextControl.MiniToolbarOpening event.