Public Member Functions | |
| ProjectReadCompleteArgs (bool cancelled, Exception error, ProjectDataSet projectDataSet) | |
| Constructor. | |
Properties | |
| ProjectDataSet | ProjectDataSet [get, set] |
| Retrieve and privately set the ProjectDataSet. | |
| bool | Cancelled [get, set] |
| Retrieve and privately set the cancelled flag. | |
| Exception | Exception [get, set] |
| Retrieve and set the underlying exception. | |
Definition at line 18 of file ProjectReadCompleteArgs.cs.
| ProjectReadCompleteArgs.ProjectReadCompleteArgs | ( | bool | cancelled, | |
| Exception | error, | |||
| ProjectDataSet | projectDataSet | |||
| ) |
Constructor.
| cancelled | True if the operation was cancelled, false if not | |
| error | The underlying exception if an error occurred | |
| projectDataSet | If not an error or cancelled, the resultant ProjectDataSet |
Definition at line 28 of file ProjectReadCompleteArgs.cs.
bool ProjectReadCompleteArgs.Cancelled [get, set] |
Retrieve and privately set the cancelled flag.
Definition at line 49 of file ProjectReadCompleteArgs.cs.
Exception ProjectReadCompleteArgs.Exception [get, set] |
Retrieve and set the underlying exception.
Definition at line 54 of file ProjectReadCompleteArgs.cs.
ProjectDataSet ProjectReadCompleteArgs.ProjectDataSet [get, set] |
Retrieve and privately set the ProjectDataSet.
Definition at line 44 of file ProjectReadCompleteArgs.cs.
1.5.8