Search
RowEventArgs Class
See Also
 





Contains the arguments passed to handlers of table row-related events, such as TableSectionCollapsed and TableSectionExpanded.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class RowEventArgs : EventArgs

Visual Basic  Copy Code

Public Class RowEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.RowEventArgs

 See Also