SharpSource
SharpSource copied to clipboard
Implement NullPassedAsEventDataArgument
DO NOT pass null as the event data parameter when raising an event. You should pass EventArgs.Empty if you don’t want to pass any data to the event handling method.
https://msdn.microsoft.com/en-us/library/ms229011(v=vs.110).aspx