Search
ObjectInteractionValidationEvent Members
Methods
 


Contains the arguments passed to handlers of object validation events.

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

 Public Methods

  Name Description

cancelDrag

Cancels the modification of the object.

getAdjustmentHandle

Gets the adjustment handle being moved by the user. (Inherited from ObjectInteractionEvent.)

getCancel

Gets a value indicating whether to cancel the current operation.

getMouseButton

Gets which mouse button has been pressed. (Inherited from ObjectInteractionEvent.)

getMousePosition

Gets the current mouse pointer position. (Inherited from ObjectInteractionEvent.)

getObject

Gets the object for which the event was raised. (Inherited from ObjectEvent.)

setAdjustmentHandle

Sets the adjustment handle being moved by the user. (Inherited from ObjectInteractionEvent.)

setCancel

Sets a value indicating whether to cancel the current operation.

setMousePosition

Sets the current mouse pointer position. (Inherited from ObjectInteractionEvent.)

 See Also