Click or drag to resize
BulkUpdateEventArgsChangedColumns Property
Names of the columns that are changed by the bulk update. Any object's column can be changed if this collection is not set or empty.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public IEnumerable<string> ChangedColumns { get; }

Property Value

Type: IEnumerableString
See Also