| Package | com.esri.ags.events |
| Class | public class IdentifyEvent |
| Inheritance | IdentifyEvent flash.events.Event |
See also
| Property | Defined By | ||
|---|---|---|---|
| identifyResults : Array
Array of IdentifyResult. | IdentifyEvent | ||
| Method | Defined By | ||
|---|---|---|---|
IdentifyEvent(type:String, identifyResults:Array = null)
Creates a new IdentifyEvent. | IdentifyEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| EXECUTE_COMPLETE : String = executeComplete [static]
Defines the value of the type property of an executeComplete event object. | IdentifyEvent | ||
| identifyResults | property |
public var identifyResults:Array
Array of IdentifyResult. This property is set when the type is executeComplete.
See also
| IdentifyEvent | () | Constructor |
public function IdentifyEvent(type:String, identifyResults:Array = null)Creates a new IdentifyEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
| |
identifyResults:Array (default = null) — The identifyResults associated with this event, or null.
|
| EXECUTE_COMPLETE | Constant |
public static const EXECUTE_COMPLETE:String = executeComplete
Defines the value of the type property of an executeComplete event object.