3 references to RegionChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
9442
/// <para>Raises the <see cref='System.Windows.Forms.Control.
RegionChanged
'/> event when the Region property has changed.</para>
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
866
add { base.
RegionChanged
+= value; }
867
remove { base.
RegionChanged
-= value; }