MindFusion.Java Package Programmer's Guide
ActivationEvent Constructor (Cell, Cell, Boolean, Boolean)
See Also
 






Initializes a new instance of the ActivationEvent class.

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

 Syntax

Java  Copy Code

public ActivationEvent (
    Cell current,
    Cell next,
    boolean forward,
    boolean horizontal
)

 Parameters

current

A reference to the current Cell.

next

A reference to the Cell that is being activated.

forward

Specifies if navigation is in forward direction.

horizontal

Specifies if navigation is in horizontal direction.

 See Also

ActivationEvent Constructor Overload List
ActivationEvent Class
com.mindfusion.spreadsheet Namespace