Table of Contents

TTMSFNCStylesManager.OnStyleLoaded Event

Fires after a style has been successfully applied to a component.

API unit family: TMSFNCStyles Declaring type: TTMSFNCStylesManager

Syntax

OnStyleLoaded: TTMSFNCStylesManagerStyleLoadedEvent;

Parameters

Name Description
Sender The styles manager that raised the event.
AStyle The name of the style that was applied.
AComponent The component that received the style.