ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1Accordion Class / LoadPostData Method
The key identifier for the control.
The collection of all incoming name values.

In This Topic
    LoadPostData Method
    In This Topic
    When implemented by a class, processes postback data for an ASP.NET server control.
    Syntax
    'Declaration
     
    Public Function LoadPostData( _
       ByVal postDataKey As System.String, _
       ByVal postCollection As System.Collections.Specialized.NameValueCollection _
    ) As System.Boolean
    public System.bool LoadPostData( 
       System.string postDataKey,
       System.Collections.Specialized.NameValueCollection postCollection
    )

    Parameters

    postDataKey
    The key identifier for the control.
    postCollection
    The collection of all incoming name values.

    Return Value

    true if the server control's state changes as a result of the postback; otherwise, false.
    See Also