Click or drag to resize

Account.OrderCallback Property

Used to update the position

Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.5.0
Syntax
C#
protected Action<OrderBase, bool> OrderCallback { get; init; }

Property Value

Action<OrderBase, Boolean>
See Also