Main Page | Packages | Class Tree | Index | Help

xp.events

class ResponseEvent

Object
  |
  +--xp.events.Event
        |
        +--xp.events.ResponseEvent


class ResponseEvent
extends Event

Broadcast a questionable event.

Event; It allows you to specify a response to events that occur when the control needs the answer to a question. The answer to the question is specified by setting the Response property. By default the response is true and should be set to false as required.


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary


response: Boolean
Gets or sets a value indicating the response to a question represented by the event.

Fields inherited from class xp.events.Event

bubbles, cancel, currentTarget, handled, target, type

Constructor

public
ResponseEvent ( type: String)
Constructs a new Response event



Field Documentation

response

var response: Boolean
Gets or sets a value indicating the response to a question represented by the event.


Constructor Documentation

ResponseEvent

public function ResponseEvent(type: String)
Constructs a new Response event

Parameters:
type
The type of this event

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc