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