Search
SerializeDataEvent.getHandled Method
See Also
 






Gets a value indicating whether the event was handled.

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

 Syntax

Java  Copy Code

public boolean getHandled ()

 Return Value

 Remarks

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

 See Also