Search
ObjectChangedEvent Constructor (Object, String, Object, Object)
See Also
 






Initializes a new instance of the ObjectChangedEvent class.

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

 Syntax

Java  Copy Code

public ObjectChangedEvent (
    Object source,
    String propertyName,
    Object oldValue,
    Object newValue
)

 Parameters

source

propertyName

oldValue

newValue

 See Also