public void missingRow(MissingRowEvent missingRowEvent)
 {
     this.m_LogWriter.WriteLine("Missing Row '{0}'", missingRowEvent.getRowElement().getText());
 }
 public void missingRow(MissingRowEvent missingRowEvent)
 {
     this.m_LogWriter.WriteLine("Missing Row '{0}'", missingRowEvent.getRowElement().getText());
 }
Example #3
0
 public void MissingRow(MissingRowEvent missingRowEvent)
 {
     this.m_LogWriter.WriteLine("Missing Row '{0}'", missingRowEvent.RowElement.Text);
 }
        public void MissingRow(MissingRowEvent missingRowEvent)
        {
            Element element = missingRowEvent.RowElement;

            element.AddStyleClass("missing");
        }