Packagecom.keepcore.calendar.event
Classpublic class DateChangedEvent
InheritanceDateChangedEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  currentDate : Date
DateChangedEvent
  displayMode : Number
DateChangedEvent
Public Methods
 MethodDefined By
  
DateChangedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
DateChangedEvent
  
clone():Event
[override]
DateChangedEvent
Public Constants
 ConstantDefined By
  CURRENT_DATE_CHANGE : String = currentDateChange
[static]
DateChangedEvent
Property Detail
currentDateproperty
public var currentDate:Date

displayModeproperty 
public var displayMode:Number

Constructor Detail
DateChangedEvent()Constructor
public function DateChangedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
CURRENT_DATE_CHANGEConstant
public static const CURRENT_DATE_CHANGE:String = currentDateChange