Search
CellMouseEventArgs Class
See Also
 






Contains the arguments passed to cell-related mouse events.

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

 Syntax

C#  Copy Code

public class CellMouseEventArgs : CellEventArgs

Visual Basic  Copy Code

Public Class CellMouseEventArgs
    Inherits CellEventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Spreadsheet.CellEventArgs
            MindFusion.Spreadsheet.CellMouseEventArgs

 See Also