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

OnRowAdded() protected method

Raises the RowAdded event
protected OnRowAdded ( RowEventArgs e ) : void
e ZForge.Controls.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 ( TableModelEventArgs e ) : void