System.Web.UI.WebControls.ListBox.IPostBackDataHandler C# (CSharp) 메소드

IPostBackDataHandler() 개인적인 메소드

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

Same methods

ListBox::IPostBackDataHandler ( ) : void