Subtext.Web.UI.Pages.SubtextMasterPage.postCommentControl_CommentPosted C# (CSharp) 메소드

postCommentControl_CommentPosted() 개인적인 메소드

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