Search
SerializeDataEvent.setHandled Method
See Also
 






Sets a value indicating whether the event was handled.

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

 Syntax

Java  Copy Code

public void setHandled (
    boolean value
)

 Parameters

value

 Remarks

Always set this flag to true if you perform custom data serialization.

 See Also