コード例 #1
0
 partial void OnSmartChartChanging(SmartChart value);
コード例 #2
0
 private void OnSmartChartListRemove(SmartChart entity)
 {
     SendPropertyChanging(null);
     entity.SmartReport = null;
     SendPropertyChanged(null);
 }
コード例 #3
0
 private void OnSmartChartListRemove(SmartChart entity)
 {
     SendPropertyChanging(null);
     entity.DataProvider = null;
     SendPropertyChanged(null);
 }
コード例 #4
0
 private void OnSmartChartListAdd(SmartChart entity)
 {
     SendPropertyChanging(null);
     entity.SmartReport = this;
     SendPropertyChanged(null);
 }
コード例 #5
0
 private void OnSmartChartListAdd(SmartChart entity)
 {
     SendPropertyChanging(null);
     entity.DataProvider = this;
     SendPropertyChanged(null);
 }