This documentation is for the old version. Go to the latest Graphics Mill docs

RectangleRubberband.IPostBackDataHandler.LoadPostData Method

Namespace: Aurigma.GraphicsMill.WebControls
Assembly: Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)

Syntax

Visual Basic
Private Function LoadPostData ( _
        postDataKey
As String, _
        postCollection
As NameValueCollection _
) As Boolean Implements IPostBackDataHandler.LoadPostData
C#
                bool IPostBackDataHandler.LoadPostDataLoadPostData(
       
string postDataKey,
       
NameValueCollection postCollection
)

Parameters

postDataKey

Type: System.String

postCollection

Type: System.Collections.Specialized.NameValueCollection

See Also

Reference