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 | |
|---|---|---|
![]() |
Initializes a new ValidationEvent instance. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
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. |
|
![]() |
Gets a value indicating whether to prevent the user from completing the operation. |
|
![]() |
Sets a value indicating whether to prevent the user from completing the operation |
See Also