private void ASPxDashboardObjectDS_DataLoading(object sender, DataLoadingWebEventArgs e)
 {
     if (e.DataId == "objectDataSource")
     {
         e.Data = Invoices.CreateData();
     }
 }
Exemplo n.º 2
0
 private static void DataLoading(object sender, DataLoadingWebEventArgs e)
 {
     if (e.DataId == "objectDataSource")
     {
         e.Data = Invoices.CreateData();
     }
 }