Example #1
0
 protected void mfPerformanceIndicator_Action(object sender, Micajah.Common.WebControls.MagicFormActionEventArgs e)
 {
     if (e.Action == Micajah.Common.WebControls.CommandActions.Cancel)
     {
         RedirectToGrid();
     }
 }
Example #2
0
 protected void mfSaveFilter_Action(object sender, Micajah.Common.WebControls.MagicFormActionEventArgs e)
 {
     if (e.Action == Micajah.Common.WebControls.CommandActions.Cancel)
     {
         CloseOnReload(String.Empty);
     }
 }
Example #3
0
 protected void mfMetricValue_Action(object sender, Micajah.Common.WebControls.MagicFormActionEventArgs e)
 {
     if (e.Action == Micajah.Common.WebControls.CommandActions.Cancel)
     {
         FilesUpload.RejectChanges();
         RedirectToGrid(true);
     }
 }
 protected void CustomFieldsForm1_Action(object sender, Micajah.Common.WebControls.MagicFormActionEventArgs e)
 {
     switch (e.Action)
     {
     case Micajah.Common.WebControls.CommandActions.Cancel:
         CustomFieldsForm1.Visible = false;
         break;
     }
 }