Events dispatched by style provider implementations.

Available since

1.0.0

.

See also:

Static variables

@:value("stylesChange")staticinlineread onlySTYLES_CHANGE:EventType<StyleProviderEvent> = "stylesChange"

The StyleProviderEvent.STYLES_CHANGE event type is dispatched when the styles of a style provider are changed.

Available since

1.0.0

.

Static methods

staticdispatch(dispatcher:IEventDispatcher, type:String, ?affectsTarget:IStyleObject ‑> Bool):Bool

Dispatches a pooled event with the specified properties.

StyleProviderEvent.dispatch(component, StyleProviderEvent.STYLES_CHANGE);
Available since

1.0.0

.

Variables

affectsTarget:(value:IStyleObject) ‑> Bool

Determines if the event affects the specified style object.

Available since

1.0.0

.

Methods