H
Hersh
Under certain circumstances I want to prevent a user from removing a row from
a repeating section. I therefore implemented an event handler for the
repeating section that looks like the following:
public void Report_Changing(object sender, XmlChangingEventArgs e)
{
if (notAtSite(sender, e))
return;
a repeating section. I therefore implemented an event handler for the
repeating section that looks like the following:
public void Report_Changing(object sender, XmlChangingEventArgs e)
{
if (notAtSite(sender, e))
return;