Occurs after a comment is approved by the comment moderator.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static event EventHandler<EventArgs> Approved
Public Shared Event Approved As EventHandler(Of EventArgs)
public:
static  event EventHandler<EventArgs^>^ Approved {
	void add (EventHandler<EventArgs^>^ value);
	void remove (EventHandler<EventArgs^>^ value);
}

See Also

Comment Class
BlogEngine.Core Namespace