Example #1
0
 protected void OnMovePrevious(object sender, WebFormMovePreviousEventArgs e)
 {
 }
 protected internal virtual void OnMovePrevious(object sender, WebFormMovePreviousEventArgs e)
 {
     // Set e.Cancel = true; to prevent web form from proceeding to the previous step.
     // Set e.PreviousStepEntityLogicalName, e.PreviousStepEntityPrimaryKeyLogicalName, e.PreviousStepEntityID with the values of the record.
 }