DiagramLite Programmer's Guide
ConnectionPoint.UpdateRow Method
See Also
 





Sets the row within the table this connection point should be associated with.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public virtual void UpdateRow (
    int rowIndex
)

Visual Basic  Copy Code

Public Overridable Sub UpdateRow( _
    rowIndex As Integer _
)

 Parameters

rowIndex
Index of the new row associated with this connection.

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming Namespace