コード例 #1
0
 private void OnChartCommentListRemove(ChartComment entity)
 {
     SendPropertyChanging(null);
     entity.SmartChart = null;
     SendPropertyChanged(null);
 }
コード例 #2
0
 private void OnChartCommentListAdd(ChartComment entity)
 {
     SendPropertyChanging(null);
     entity.SmartChart = this;
     SendPropertyChanged(null);
 }