Initializes a new instance of the CellValidationEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public CellValidationEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The TableNode.Cell related to the event.
The location related to the event.
The zero-based index of the column related to the event.
The zero-based index of the row related to the event.
See Also