コード例 #1
0
		private void OnProjectPropertyChanged(object sender, ProjectPropertyChangedArgs args)
		{
			// In theory here we should decide if we have to invalidate the group according with the kind of property
			// that is changed.
			InvalidateGroup();
		}
コード例 #2
0
 private void OnProjectPropertyChanged(object sender, ProjectPropertyChangedArgs args)
 {
     // In theory here we should decide if we have to invalidate the group according with the kind of property
     // that is changed.
     InvalidateGroup();
 }