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

Introduced: X15.

Syntax

public event MiniToolbarInitializedEventHandler TextMiniToolbarInitialized;
Public Event TextMiniToolbarInitialized As MiniToolbarInitializedEventHandler

Remarks

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