Class FillDownloadEventArgs
Inheritance
Object
EventArgs
FillDownloadEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |