Click or drag to resize

SparkApiEventArgsTData Property

Gets the data, if the success is true, otherwise is default value of T type. The type of data is T.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public T Data { get; }

Property Value

Type: T
The data.
Remarks
Since: 0.1.0
See Also