App_Code.Controls.RecentComments.RecentComments C# (CSharp) Method

RecentComments() static private method

Initializes static members of the RecentComments class.
static private RecentComments ( ) : System
return System
        static RecentComments()
        {
            Post.CommentAdded += ClearCache;
            Post.CommentRemoved += ClearCache;
            Post.Saved += PostSaved;
            Comment.Approved += ClearCache;
            BlogSettings.Changed += ClearCache;
        }