[]
        
(Showing Draft Content)

CloningItemEventArgs Class

CloningItemEventArgs Class

Provides data for the ImmutabilityProvider.cloningItem event.

Heirarchy

Constructors

Properties

Constructors

constructor

Properties

clonedItem

clonedItem: any

This property should be assigned by an event handler with an object representing a clone of the originalItem. If not assigned then ImmutabilityProvider will clone item using its default algorithm.

originalItem

originalItem: any

The original item which is about to be cloned by the grid.

Static empty

empty: EventArgs

Provides a value to use with events that do not have event data.