| 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 | ||
|---|---|---|---|
| IDENTIFY_COMPLETE : String = "identifyComplete" [static]
Defines the value of the
type property of an identifyComplete event object. | IdentifyEvent | ||
| identifyResults | property |
public var identifyResults:Array
Array of IdentifyResult. This property is set when the type is identifyComplete.
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.
|
| IDENTIFY_COMPLETE | constant |
public static const IDENTIFY_COMPLETE:String = "identifyComplete"
Defines the value of the type property of an identifyComplete event object.