Class ItemTotalChangedEventArgs
Eventarguments for changin the transaction item total value
Inheritance
System.Object
System.EventArgs
ItemTotalChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ERP.Core
Assembly: Simplic.ERP.Core.dll
Syntax
public class ItemTotalChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceItemId
Declaration
public Guid ItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
NewValue
Declaration
public PreciseDecimal NewValue { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
OldValue
Declaration
public PreciseDecimal OldValue { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |