3 references to CommandParameterChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1050/// Raises the <see cref="CommandParameterChanged"/> event.
System.Windows.Forms.Tests (2)
System\Windows\Forms\ButtonBaseTests.cs (2)
784button.CommandParameterChanged += handler; 806button.CommandParameterChanged -= handler;