Brew.Webforms.Widget.IPostBackDataHandler C# (CSharp) 메소드

IPostBackDataHandler() 개인적인 메소드

private IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
리턴 bool
        bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection)
        {
            return LoadPostData(postDataKey, postCollection);
        }

Same methods

Widget::IPostBackDataHandler ( ) : void