Class FindEntityValueChangedEventArgs
public class FindEntityValueChangedEventArgs : EventArgs
- Inheritance
-
FindEntityValueChangedEventArgs
- Inherited Members
- Extension Methods
Constructors
FindEntityValueChangedEventArgs(Guid[], Guid[], bool)
public FindEntityValueChangedEventArgs(Guid[] newValues, Guid[] oldValues, bool isSingleValue)
Parameters
Properties
NewValue
public Guid? NewValue { get; }
Property Value
- Guid?
NewValues
public Guid[] NewValues { get; }
Property Value
- Guid[]
OldValue
public Guid? OldValue { get; }
Property Value
- Guid?
OldValues
public Guid[] OldValues { get; }
Property Value
- Guid[]