4 references to NameReferenceChanging
System.Windows.Forms.DataVisualization (4)
Common\General\BaseCollections.cs (4)
561
if (this.
NameReferenceChanging
!= null)
562
this.
NameReferenceChanging
(this, e);
592
if (changingCallback != null) this.
NameReferenceChanging
+= changingCallback;
597
if (changingCallback != null) this.
NameReferenceChanging
-= changingCallback;