moq raise event

C#
this.mockView.Raise(mock => mock.MyEvent += null, new EventArgs());
Source

Also in C#: