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

OnCellAdded() protected method

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