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

OnRowRemoved() protected méthode

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

Same methods

RowCollection::OnRowRemoved ( TableModelEventArgs e ) : void