Main Page | Packages | Class Tree | Index | Help

xp.events

class DialogResultEvent

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


class DialogResultEvent
extends Event

DialogResultEvent
Broadcast when a dialog is closed.

Notifies listeners of the dialog result when the dialog is closed.


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary


data: Object
An optional data item to be returned


result: Number
The dialogResult.


type: String
The type of event, the string "dialogResult".

Fields inherited from class xp.events.Event

bubbles, cancel, currentTarget, handled, target, type

Constructor

public
DialogResultEvent ( result: Number, data: Object)
Constructs a new dialog result event



Field Documentation

data

var data: Object
An optional data item to be returned

result

var result: Number
The dialogResult.

type

var type: String
The type of event, the string "dialogResult".


Constructor Documentation

DialogResultEvent

public function DialogResultEvent(result: Number,
 data: Object)
Constructs a new dialog result event

Parameters:
result
The dialogResult.
data
An optional data item to be returned

The documentation was generated from the following file:


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