Occurs immediately after the built-in ObjectMiniToolbar was initialized. The event handler receives an argument of type 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 MiniToolbarInitializedEventHandler ObjectMiniToolbarInitialized;
Public Event ObjectMiniToolbarInitialized As MiniToolbarInitializedEventHandler

Remarks

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