public class DiagramPageValidationEvent extends DiagramPageEvent
Constructor and Description |
---|
DiagramPageValidationEvent(java.lang.Object source,
DiagramPage diagramPage)
Initializes a new instance of the
DiagramPageValidationEvent class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getCancel()
Gets a value indicating whether to cancel the current operation.
|
void |
setCancel(boolean value)
Gets a value indicating whether to cancel the current operation.
|
getDiagramPage
public DiagramPageValidationEvent(java.lang.Object source, DiagramPage diagramPage)
DiagramPageValidationEvent
class.source
- The object on which the event initially occurred.diagramPage
- The DiagramPage
related to the event.public boolean getCancel()
public void setCancel(boolean value)
true
to prevent the user from completing the operation.