Search
CalendarDrawEvent.setHandled Method
See Also
 






Sets a value indicating whether the event was handled by the client.

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

 Syntax

Java  Copy Code

public void setHandled (
    boolean value
)

 Parameters

value

true to prevent further rendering of this element; false to proceed with the default rendering.

 See Also