Packagecom.adobe.portfolio.events
Classpublic class MarqueeSelectionEvent
InheritanceMarqueeSelectionEvent Inheritance flash.events.Event

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The MarqueeSelectionEvent class extends Event and is dispatched by the MarqueeSelection class during a marquee drag gesture.



Public Properties
 PropertyDefined By
  ctrlKey : Boolean
True if control key is down
MarqueeSelectionEvent
  height : Number
height of marquee in pixels
MarqueeSelectionEvent
  shiftKey : Boolean
True if shift key is down
MarqueeSelectionEvent
  width : Number
width of marquee in pixels
MarqueeSelectionEvent
  x : Number
x location of marquee (top left corner)
MarqueeSelectionEvent
  y : Number
y location of marquee (top left corner)
MarqueeSelectionEvent
Public Methods
 MethodDefined By
  
MarqueeSelectionEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
MarqueeSelectionEvent
Public Constants
 ConstantDefined By
  BEGIN : String = marqueeSelectionBegin
[static] Type of MarqueeSelectionEvent this is dispatched at the beginning of a marquee drag.
MarqueeSelectionEvent
  CANCELLED : String = marqueeSelectionCancelled
[static] Type of MarqueeSelectionEvent when a marquee drag is cancelled (i.e.
MarqueeSelectionEvent
  END : String = marqueeSelectionEnd
[static] Type of MarqueeSelectionEvent this is dispatched at the end of a marquee drag.
MarqueeSelectionEvent
  MOVE : String = marqueeSelectionMove
[static] Type of MarqueeSelectionEvent this is dispatched during a marquee drag when the mouse moves.
MarqueeSelectionEvent
Property Detail
ctrlKeyproperty
public var ctrlKey:Boolean

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

True if control key is down

heightproperty 
public var height:Number

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

height of marquee in pixels

shiftKeyproperty 
public var shiftKey:Boolean

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

True if shift key is down

widthproperty 
public var width:Number

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

width of marquee in pixels

xproperty 
public var x:Number

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

x location of marquee (top left corner)

yproperty 
public var y:Number

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

y location of marquee (top left corner)

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

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Constructor

Parameters
type:String — Type of event.
 
bubbles:Boolean (default = false) — Whether event bubbles.
 
cancelable:Boolean (default = false) — Whether event is cancelable

See also

flash.events.Event
BEGIN
MOVE
END
CANCELLED
Constant Detail
BEGINConstant
public static const BEGIN:String = marqueeSelectionBegin

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Type of MarqueeSelectionEvent this is dispatched at the beginning of a marquee drag.

CANCELLEDConstant 
public static const CANCELLED:String = marqueeSelectionCancelled

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Type of MarqueeSelectionEvent when a marquee drag is cancelled (i.e. a single click instead of a drag).

ENDConstant 
public static const END:String = marqueeSelectionEnd

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Type of MarqueeSelectionEvent this is dispatched at the end of a marquee drag.

MOVEConstant 
public static const MOVE:String = marqueeSelectionMove

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Type of MarqueeSelectionEvent this is dispatched during a marquee drag when the mouse moves.