Search
RowMouseEventArgs Class
See Also
 






Contains the arguments passed to row-related mouse events.

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

 Syntax

C#  Copy Code

public class RowMouseEventArgs : RowEventArgs

Visual Basic  Copy Code

Public Class RowMouseEventArgs
    Inherits RowEventArgs

 Inheritance Hierarchy

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

 See Also