Search
SerializeTagEvent.getHandled Method
See Also
 






Gets a value indicating whether the event is handled.

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

 Syntax

Java  Copy Code

public boolean getHandled ()

 Return Value

true to indicate that the system should not attempt to serialize or deserialize the tag; otherwise, false.

 See Also