Class OrderDeletedEventArgs
Inherited Members
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class OrderDeletedEventArgs : EventArgs
Properties
DeletedUpdate
Declaration
public Order DeletedUpdate { get; }
Property Value
Type | Description |
---|---|
Order |
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
string |
OldOrder
Declaration
public Order OldOrder { get; }
Property Value
Type | Description |
---|---|
Order |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |