XPTable.Models.RowCollection.OnRowAdded C# (CSharp) Method

OnRowAdded() protected method

Raises the RowAdded event
protected OnRowAdded ( XPTable.Events.RowEventArgs e ) : void
e XPTable.Events.RowEventArgs A TableModelEventArgs that contains the event data
return void
        protected virtual void OnRowAdded(RowEventArgs e)
        {
            this.rowowner.OnSubRowAdded(e);
        }

Same methods

RowCollection::OnRowAdded ( XPTable.Events.TableModelEventArgs e ) : void