Click or drag to resize

SparkApiEventArgsT Properties

The SparkApiEventArgsT generic type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets the data, if the success is true, otherwise is default value of T type. The type of data is T.
Public propertyError
Gets the error value, if the success is false, otherwise is null. SparkError
(Inherited from SparkApiEventArgs.)
Public propertyIsSuccess
Gets a value indicating whether this event is success.
(Inherited from SparkApiEventArgs.)
Top
See Also