Show / Hide Table of Contents

Class FillDownloadEventArgs

Inheritance
object
EventArgs
FillDownloadEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class FillDownloadEventArgs : EventArgs

Properties

FillDownload

Declaration
public FillDownload FillDownload { get; }
Property Value
Type Description
FillDownload

Fills

Declaration
public ICollection<Fill> Fills { get; }
Property Value
Type Description
ICollection<Fill>

Message

Declaration
public string Message { get; }
Property Value
Type Description
string

Result

Declaration
public FillDownloadResult Result { get; }
Property Value
Type Description
FillDownloadResult
In this article
Back to top