Class DroppingContext
Called just before the drop happens
Constructors
DroppingContext(DropTable, List<Drop>)
Declaration
public DroppingContext(DropTable table, List<Drop> drops)
Fields
Drops
List of drops
Declaration
public List<Drop> Drops
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Drop> |
Table
Table that triggered the drop
Declaration
public DropTable Table
Field Value
Type | Description |
---|---|
DropTable |