| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.CompletedEvent
Field Summary | ||
| cancelled: Boolean | ||
| Gets a value indicating whether an asynchronous operation has been cancelled. | ||
| error: Number | ||
| Gets a value indicating which error occurred during an asynchronous operation. | ||
| taskID: Object | ||
| Gets the unique identifier for the asynchronous task. | ||
| type: String | ||
| The type of event, the string "completedEvent" | ||
| ||
Constructor | ||
| public | CompletedEvent ( taskID: Object, error: Number, cancelled: Boolean) | |
| Constructs a new PropertyChanged event | ||
| var cancelled: Boolean |
| Gets a value indicating whether an asynchronous operation has been cancelled. |
| var error: Number |
| Gets a value indicating which error occurred during an asynchronous operation. |
| var taskID: Object |
| Gets the unique identifier for the asynchronous task. |
| var type: String |
| The type of event, the string "completedEvent" |
|
| Constructs a new PropertyChanged event | |||||||||
|