ASP.NET Core MVC Controls | ComponentOne
In This Topic
    CloningItemEventArgs Class
    In This Topic
    File
    wijmo.grid.immutable.js
    Module
    wijmo.grid.immutable
    Base Class
    EventArgs

    Provides data for the cloningItem event.

    Constructor

    Properties

    Events

    Constructor

    constructor

    constructor(originalItem: any): CloningItemEventArgs
    

    Initializes a new instance of the CloningItemEventArgs class.

    Parameters
    • originalItem: any

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

    Returns
    CloningItemEventArgs

    Properties

    clonedItem

    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.

    Type
    any

    originalItem

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

    Type
    any

    Events

     

    Static empty

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

    Inherited From
    EventArgs
    Arguments
    EventArgs