2 references to RaiseEvent
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1039protected virtual void OnCommandChanged(EventArgs e) => RaiseEvent(s_commandChangedEvent, e); 1054protected virtual void OnCommandParameterChanged(EventArgs e) => RaiseEvent(s_commandParameterChangedEvent, e);