XPTable.Models.RowCollection.OnRowAdded C# (CSharp) 메소드

OnRowAdded() 보호된 메소드

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

Same methods

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