Reference for the Mosaic class Core::StylesEvent
|
The class Core::StylesEvent provides a notification event, used to inform GUI components about the activation or deactivation of styles. In response to this event GUI components can adapt their aspect, etc.
method Core::StylesEvent
Initialize
(
arg styles aOldStyles,
arg styles aNewStyles
);
The method Initialize() initializes this Core::StylesEvent object with the given parameters and returns this object to the caller.
var styles NewStyles;
The variable 'NewStyles' stores the new set of styles after styles have been changed.
var styles OldStyles;
The variable 'OldStyles' stores the previous set of styles before styles have been changed.