Search
CellEvent Class
See Also
 






Provides data for events related to individual cells.

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

 Syntax

Java  Copy Code

public class CellEvent extends EventObject

 Inheritance Hierarchy

java.lang.Object
    java.util.EventObject
        com.mindfusion.spreadsheet.CellEvent
            com.mindfusion.spreadsheet.CellChangedEvent
            com.mindfusion.spreadsheet.CellMouseEvent
            com.mindfusion.spreadsheet.CellParsingEvent
            com.mindfusion.spreadsheet.CellValidationEvent
            com.mindfusion.spreadsheet.SerializeDataEvent

 See Also