Ext.Net.DatePicker.IPostBackDataHandler C# (CSharp) Method

IPostBackDataHandler() private method

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

Same methods

DatePicker::IPostBackDataHandler ( ) : void