ZForge.Controls.XPTable.Models.RowCollection.OnRowAdded C# (CSharp) Méthode

OnRowAdded() protected méthode

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

Same methods

RowCollection::OnRowAdded ( TableModelEventArgs e ) : void