| Package | com.esri.ags.events |
| Class | public class FindEvent |
| Inheritance | FindEvent flash.events.Event |
See also
| Property | Defined By | ||
|---|---|---|---|
| findResults : Array
Array of FindResult. | FindEvent | ||
| Method | Defined By | ||
|---|---|---|---|
FindEvent(type:String, findResults:Array = null)
Creates a new FindEvent. | FindEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| EXECUTE_COMPLETE : String = executeComplete [static]
Defines the value of the type property of an executeComplete event object. | FindEvent | ||
| findResults | property |
public var findResults:Array
Array of FindResult. This property is set when the type is executeComplete.
See also
| FindEvent | () | Constructor |
public function FindEvent(type:String, findResults:Array = null)Creates a new FindEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
| |
findResults:Array (default = null) — The findResults 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.