Search
JsonSerializeTagEventArgs.setHandled Method
See Also
 






Sets a value indicating whether the event is handled. Always set this flag to true if you perform custom tag serialization.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setHandled (
    boolean value
)

 Parameters

value

boolean

 See Also