XPTable.Models.CellCollection.OnCellRemoved C# (CSharp) Method

OnCellRemoved() protected method

Raises the CellRemoved event
protected OnCellRemoved ( XPTable.Events.RowEventArgs e ) : void
e XPTable.Events.RowEventArgs A RowEventArgs that contains the event data
return void
        protected virtual void OnCellRemoved(RowEventArgs e)
        {
            this.owner.OnCellRemoved(e);
        }