Search
ColumnEvent Class
See Also
 






Contains the arguments passed to column-related events.

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

 Syntax

Java  Copy Code

public class ColumnEvent extends EventObject

 Inheritance Hierarchy

java.lang.Object
    java.util.EventObject
        com.mindfusion.spreadsheet.ColumnEvent
            com.mindfusion.spreadsheet.ColumnMouseEvent
            com.mindfusion.spreadsheet.DrawColumnEvent
            com.mindfusion.spreadsheet.SerializeColumnTagEvent

 See Also