Packagecom.adobe.csxs.events
Classpublic class AppReskinEvent
InheritanceAppReskinEvent Inheritance flash.events.Event

This event is dispatched when the application in which the extension is loaded changes the skin information.



Public Properties
 PropertyDefined by
  appSkinInfo : AppSkinInfo
Retrieves the application skin information.
AppReskinEvent
Public Methods
 MethodDefined by
  
AppReskinEvent(appSkinInfo:AppSkinInfo, bubbles:Boolean = false, cancelable:Boolean = false)
Creates the event object.
AppReskinEvent
  
clone():Event
Creates a copy of this object and sets the value of each property to match that of the original.
AppReskinEvent
  
toString():String
Creates a string that contains all the properties of this object, in this format:

[AppReskinEvent type=value bubbles=value cancelable=value ...

AppReskinEvent
Public Constants
 ConstantDefined by
  APPLICATION_RESKIN : String = "applicationReskin"
[static] The event type constant.
AppReskinEvent
Property detail
appSkinInfoproperty
appSkinInfo:AppSkinInfo  [read-write]

Retrieves the application skin information.

Implementation
    public function get appSkinInfo():AppSkinInfo
    public function set appSkinInfo(value:AppSkinInfo):void
Constructor detail
AppReskinEvent()constructor
public function AppReskinEvent(appSkinInfo:AppSkinInfo, bubbles:Boolean = false, cancelable:Boolean = false)

Creates the event object.

Parameters
appSkinInfo:AppSkinInfo — The object containing the application skin information.
 
bubbles:Boolean (default = false) — True to allow propagation of this event.
 
cancelable:Boolean (default = false) — True if the behavior associated with the event can be prevented.
Method detail
clone()method
public override function clone():Event

Creates a copy of this object and sets the value of each property to match that of the original.

Returns
Event — The new object.
toString()method 
public override function toString():String

Creates a string that contains all the properties of this object, in this format:

[AppReskinEvent type=value bubbles=value cancelable=value ... delta=value]

Returns
String — The properties string.
Constant detail
APPLICATION_RESKINconstant
public static const APPLICATION_RESKIN:String = "applicationReskin"

The event type constant.