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