XPTable.Models.CellCollection.OnCellAdded C# (CSharp) 메소드

OnCellAdded() 보호된 메소드

Raises the CellAdded event
protected OnCellAdded ( XPTable.Events.RowEventArgs e ) : void
e XPTable.Events.RowEventArgs A RowEventArgs that contains the event data
리턴 void
        protected virtual void OnCellAdded(RowEventArgs e)
        {
            this.owner.OnCellAdded(e);
        }