Report Spam post event handler.

Namespace: MonoSoftware.MonoX.ModuleGallery.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public event EventHandler<EventArgs<SnCommentEntity>> ReportSpam
Visual Basic
Public Event ReportSpam As EventHandler(Of EventArgs(Of SnCommentEntity))
Visual C++
public:
 event EventHandler<EventArgs<SnCommentEntity^>^>^ ReportSpam {
	void add (EventHandler<EventArgs<SnCommentEntity^>^>^ value);
	void remove (EventHandler<EventArgs<SnCommentEntity^>^>^ value);
}
F#
member ReportSpam : IEvent<EventHandler<EventArgs<SnCommentEntity>>,
    EventArgs<SnCommentEntity>>

Value

Type: System..::..EventHandler<(Of <(<'EventArgs<(Of <(<'SnCommentEntity>)>)>>)>)>

See Also