Search
ItemModifyConfirmEvent.setAllowChangeResource Method
See Also
 






Sets a value indicating whether the item is allowed to change its resources.

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

 Syntax

Java  Copy Code

public void setAllowChangeResource (
    boolean value
)

 Parameters

value

A boolean value indicating whether the item can change its associated resources.

 See Also