Search
RowEventArgs Class
See Also
 






Contains the arguments passed to row-related events.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public class RowEventArgs : EventArgs

Visual Basic  Copy Code

Public Class RowEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Spreadsheet.RowEventArgs
            MindFusion.Spreadsheet.DrawRowEventArgs
            MindFusion.Spreadsheet.RowMouseEventArgs
            MindFusion.Spreadsheet.SerializeRowTagEventArgs

 See Also