Contains the arguments passed to handlers of table row-related events, such as TableSectionCollapsed and TableSectionExpanded.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class RowEventArgs : EventArgs |
Visual Basic
Copy Code
|
|---|
Public Class RowEventArgs |
Inheritance HierarchySystem.Object![]()
System.EventArgs![]()
MindFusion.Diagramming.RowEventArgs
See Also