Search
StyleChangedEvent Class
See Also
 






Provides data for the WorksheetListener.cellStyleChanged event.

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

 Syntax

Java  Copy Code

public class StyleChangedEvent extends EventObject

 Inheritance Hierarchy

java.lang.Object
    java.util.EventObject
        com.mindfusion.spreadsheet.StyleChangedEvent
            com.mindfusion.spreadsheet.CellsInsertedEvent
            com.mindfusion.spreadsheet.CellsMovedEvent
            com.mindfusion.spreadsheet.CellsRemovedEvent
            com.mindfusion.spreadsheet.ColumnsEvent
            com.mindfusion.spreadsheet.RowsEvent

 See Also