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

OnCellRemoved() protected method

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