Click or drag to resize
BulkUpdateEventArgs Properties

The BulkUpdateEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyChangedColumns
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.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyTypeInfo
Processed type info.
Public propertyWhereCondition
Where condition for the bulk update.
Top
See Also