Class FillAddedEventArgs
Inheritance
Object
EventArgs
FillAddedEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class FillAddedEventArgs : EventArgs
Constructors
FillAddedEventArgs(Fill)
Declaration
public FillAddedEventArgs(Fill fill)
Parameters
Type | Name | Description |
---|---|---|
Fill | fill |
Properties
Fill
Declaration
public Fill Fill { get; }
Property Value
Type | Description |
---|---|
Fill |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()