com.supermap.web.gears.print
public class ImageLoadIOEvent
继承 ImageLoadIOEvent Inheritance flash.events.Event

打印事件类



公共属性
  属性 定义方
    mess : String
事件信息。
ImageLoadIOEvent
公共方法
  方法 定义方
   
ImageLoadIOEvent(type:String, mess:String, bubbles:Boolean = false, cancelable:Boolean = false)
初始化 ImageLoadIOEvent 类的新实例。
ImageLoadIOEvent
公共常量
  常量 定义方
    IMAGELOAD_IOERROR : String = imagelaod_ioerror
[static] 打印时图片加载失败时触发该事件。
ImageLoadIOEvent
属性详细信息
mess 属性
mess:String

事件信息。


Implementation
    public function get mess():String
    public function set mess(value:String):void
构造函数详细信息
ImageLoadIOEvent () 构造函数
public function ImageLoadIOEvent(type:String, mess:String, bubbles:Boolean = false, cancelable:Boolean = false)

初始化 ImageLoadIOEvent 类的新实例。

参数
type:String — 事件类型。
 
mess:String — 事件信息。
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
常量描述
IMAGELOAD_IOERROR 常量
public static const IMAGELOAD_IOERROR:String = imagelaod_ioerror

打印时图片加载失败时触发该事件。