Class GridCellDisposalEvent

  • All Implemented Interfaces:
    IEvent, IGridEvent

    public class GridCellDisposalEvent
    extends Object
    implements IGridEvent
    The grid cell disposal event.
    The view sends the event when the cell editor is deactivated (should be disposed).
    • Constructor Detail

      • GridCellDisposalEvent

        public GridCellDisposalEvent​(GridColumnViewModel column)
        Creates a new event.
        Parameters:
        column - the column view model that represents the grid column, cannot be null.
    • Method Detail