Packagecom.esri.ags.events
Classpublic class IdentifyEvent
InheritanceIdentifyEvent Inheritance flash.events.Event

Represents event objects that are specific to IdentifyTask. Fires when the identify operation is complete.

See also

com.esri.ags.tasks.IdentifyTask


Public Properties
 PropertyDefined By
  identifyResults : Array
Array of IdentifyResult.
IdentifyEvent
Public Methods
 MethodDefined By
  
IdentifyEvent(type:String, identifyResults:Array = null)
Creates a new IdentifyEvent.
IdentifyEvent
Public Constants
 ConstantDefined By
  EXECUTE_COMPLETE : String = executeComplete
[static] Defines the value of the type property of an executeComplete event object.
IdentifyEvent
Property Detail
identifyResultsproperty
public var identifyResults:Array

Array of IdentifyResult. This property is set when the type is executeComplete.

See also

Constructor Detail
IdentifyEvent()Constructor
public function IdentifyEvent(type:String, identifyResults:Array = null)

Creates a new IdentifyEvent.

Parameters
type:String — The event type; indicates the action that triggered the event.
 
identifyResults:Array (default = null) — The identifyResults associated with this event, or null.
Constant Detail
EXECUTE_COMPLETEConstant
public static const EXECUTE_COMPLETE:String = executeComplete

Defines the value of the type property of an executeComplete event object.