Search
CellValidationEventArgs Constructor
See Also
 






Initializes a new instance of the CellValidationEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public CellValidationEventArgs (
    TableNode.Cell cell,
    Point position,
    int column,
    int row
)

Visual Basic  Copy Code

Public New ( _
    cell As TableNode.Cell, _
    position As Point, _
    column As Integer, _
    row As Integer _
)

 Parameters

cell

The TableNode.Cell related to the event.

position

The location related to the event.

column

The zero-based index of the column related to the event.

row

The zero-based index of the row related to the event.

 See Also