Implemented interface member:
event
CommandChanged
System.Windows.Forms.ICommandBindingTargetProvider.CommandChanged
3 references to CommandChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1035
/// Raises the <see cref="
CommandChanged
"/> event.
System.Windows.Forms.Tests (2)
System\Windows\Forms\ButtonBaseTests.cs (2)
780
button.
CommandChanged
+= handler;
802
button.
CommandChanged
-= handler;