Click or drag to resize

ActionArgumentsChangedProperties Property

System names of the properties that has been changed. Important: only properties that has been changed *before* the action handler was called are present. Hence, if the action handler makes changes to PropertyValues then the changed properties are not immediately reflected in ChangedProperies.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual List<string> ChangedProperties { get; }

Property Value

Type: ListString
See Also