Search
ObjectEvent Class
See Also
 






Provides data for events related to interactive objects.

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

 Syntax

Java  Copy Code

public class ObjectEvent extends EventObject

 Inheritance Hierarchy

java.lang.Object
    java.util.EventObject
        com.mindfusion.spreadsheet.ObjectEvent
            com.mindfusion.spreadsheet.ObjectInteractionEvent
            com.mindfusion.spreadsheet.ObjectMouseEvent
            com.mindfusion.spreadsheet.ObjectValidationEvent

 See Also