Packageardisia.components.captcha.events
Classpublic class CaptchaVisualEvent
InheritanceCaptchaVisualEvent Inheritance flash.events.Event

Custom event for the CaptchaVisual class.



Public Methods
 MethodDefined By
  
CaptchaVisualEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
CaptchaVisualEvent
Public Constants
 ConstantDefined By
  CHANGE : String = change
[static]
CaptchaVisualEvent
Constructor Detail
CaptchaVisualEvent()Constructor
public function CaptchaVisualEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
CHANGEConstant
public static const CHANGE:String = change