ASP.NET Pack Programmer's Guide
DiagramView.LoadPostData Method
See Also
 





IPostBackDataHandler.LoadPostData implementation.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public bool LoadPostData (
    string postDataKey,
    NameValueCollection postCollection
)

Visual Basic  Copy Code

Public Function LoadPostData( _
    postDataKey As String, _
    postCollection As NameValueCollection _
) As Boolean

 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 post back; otherwise false.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.WebForms Namespace