Click or drag to resize

SparkApiEventArgs Class

Represents the Spark SDK api event args.
Inheritance Hierarchy

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class SparkApiEventArgs : EventArgs

The SparkApiEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSparkApiEventArgs
Initializes a new instance of the SparkApiEventArgs class.
Public methodSparkApiEventArgs(Boolean, SparkError)
Initializes a new instance of the SparkApiEventArgs class.
Top
Properties
  NameDescription
Public propertyError
Gets the error value, if the success is false, otherwise is null. SparkError
Public propertyIsSuccess
Gets a value indicating whether this event is success.
Top
Remarks
Since: 0.1.0
See Also