2 writes to onCurrentItemChangedHandler
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingMAnagerBase.cs (2)
243onCurrentItemChangedHandler += value; 246onCurrentItemChangedHandler -= value;
8 references to onCurrentItemChangedHandler
System.Windows.Forms (8)
winforms\Managed\System\WinForms\CurrencyManager.cs (4)
811if (onCurrentItemChangedHandler != null) { 812onCurrentItemChangedHandler(this, e); 826if (onCurrentItemChangedHandler != null) { 827onCurrentItemChangedHandler(this, e);
winforms\Managed\System\WinForms\PropertyManager.cs (4)
173if (this.onCurrentItemChangedHandler != null) 174this.onCurrentItemChangedHandler(this, ea); 184if (this.onCurrentItemChangedHandler != null) 185this.onCurrentItemChangedHandler(this, ea);