Click or drag to resize

PFItemSubscriptionUpdatedEventArgsUpdatedFieldNames Property

The names of the fields that were updated.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public HashSet<string> UpdatedFieldNames { get; set; }

Property Value

Type: HashSetString
See Also