The plugin method should match the signature void OnContentPublished(Content original, Content published). The easiest way to se which parameters a hook expects is to use visual studio intellisense, e.g. if you write Mindroute.Core.Plugins.Hook.OnContentPublished in visual studio you can then mouseover OnContenPublished to see the description of the hook and which parameters it expects.