Package | com.adobe.csxs.events |
Class | public class AppReskinEvent |
Inheritance | AppReskinEvent ![]() |
Property | Defined by | ||
---|---|---|---|
appSkinInfo : AppSkinInfo
Retrieves the application skin information.
| AppReskinEvent |
Method | Defined 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 |
Constant | Defined by | ||
---|---|---|---|
APPLICATION_RESKIN : String = "applicationReskin" [static] The event type constant.
| AppReskinEvent |
appSkinInfo | property |
appSkinInfo:AppSkinInfo
[read-write]Retrieves the application skin information.
Implementation public function get appSkinInfo():AppSkinInfo
public function set appSkinInfo(value:AppSkinInfo):void
AppReskinEvent | () | constructor |
public function AppReskinEvent(appSkinInfo:AppSkinInfo, bubbles:Boolean = false, cancelable:Boolean = false)
Creates the event object.
ParametersappSkinInfo: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.
|
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.
ReturnsEvent — 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]
String — The properties string.
|
APPLICATION_RESKIN | constant |
public static const APPLICATION_RESKIN:String = "applicationReskin"
The event type constant.