Search
CellMouseEvent Class
See Also
 






Contains the arguments passed to cell-related mouse events.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public class CellMouseEvent extends CellEvent

 Inheritance Hierarchy

java.lang.Object
    java.util.EventObject
        com.mindfusion.spreadsheet.CellEvent
            com.mindfusion.spreadsheet.CellMouseEvent

 See Also