Class InternItemChangedEventArgs
Eventarguments for changin the transaction item in internal processes
Inheritance
System.Object
System.EventArgs
InternItemChangedEventArgs
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 InternItemChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceNewValue
Declaration
public object NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
OldValue
Declaration
public object OldValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |