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

OnRowRemoved() 보호된 메소드

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

Same methods

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