SparkApiEventArgsT Properties |
The SparkApiEventArgsT generic type exposes the following members.
Name | Description | |
---|---|---|
Data |
Gets the data, if the success is true, otherwise is default value of T type.
The type of data is T.
| |
Error |
Gets the error value, if the success is false, otherwise is null. SparkError (Inherited from SparkApiEventArgs.) | |
IsSuccess |
Gets a value indicating whether this event is success.
(Inherited from SparkApiEventArgs.) |