Subtext.Web.UI.Pages.SubtextMasterPage.postCommentControl_CommentPosted C# (CSharp) Method

postCommentControl_CommentPosted() private method

private postCommentControl_CommentPosted ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void postCommentControl_CommentPosted(object sender, EventArgs e)
        {
            commentsControl.BindFeedback(false); //don't get it from cache.
        }