Table of Contents

Class FindEntityValueChangedEventArgs

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class FindEntityValueChangedEventArgs : EventArgs
Inheritance
FindEntityValueChangedEventArgs
Inherited Members
Extension Methods

Constructors

FindEntityValueChangedEventArgs(Guid[], Guid[], bool)

public FindEntityValueChangedEventArgs(Guid[] newValues, Guid[] oldValues, bool isSingleValue)

Parameters

newValues Guid[]
oldValues Guid[]
isSingleValue bool

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[]