SparkApiEventArgs Class |
Namespace: SparkSDK
public class SparkApiEventArgs : EventArgs
The SparkApiEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| SparkApiEventArgs |
Initializes a new instance of the SparkApiEventArgs class.
| |
| SparkApiEventArgs(Boolean, SparkError) |
Initializes a new instance of the SparkApiEventArgs class.
|
| Name | Description | |
|---|---|---|
| Error |
Gets the error value, if the success is false, otherwise is null. SparkError | |
| IsSuccess |
Gets a value indicating whether this event is success.
|