DroidDiagram Programmer's Guide
ValidationEvent Members
Constructors Methods
 


Contains information passed to the validation events defined in DiagramListener.

The following tables list the members exposed by the ValidationEvent type.

 Public Constructors

  Name Description

ValidationEvent

Initializes a new ValidationEvent instance.

 Public Methods

  Name Description

cancelDrag

Immediately cancels the item's creation or modification. This differs from calling setCancel(false), which would only change the cursor to indicate to users that they cannot complete the modification at the current pointer position.

getCancel

Gets a value indicating whether to prevent the user from completing the operation.

setCancel

Sets a value indicating whether to prevent the user from completing the operation

 See Also

ValidationEvent Class
com.mindfusion.diagramming Namespace