Search
WorksheetEvent Class
See Also
 






Contains the arguments passed to Worksheet-related events.

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

 Syntax

Java  Copy Code

public class WorksheetEvent extends EventObject

 Inheritance Hierarchy

java.lang.Object
    java.util.EventObject
        com.mindfusion.spreadsheet.WorksheetEvent
            com.mindfusion.spreadsheet.SerializeTagEvent
            com.mindfusion.spreadsheet.WorksheetMouseEvent
            com.mindfusion.spreadsheet.WorksheetValidationEvent

 See Also