%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
aftermovegrip Field
See Also 
vdWebLibrary Namespace > gripmanager Class : aftermovegrip Field
A user defined method that fires just after a grip of an entity has been moved.

Syntax

JScript 
public var aftermovegrip : gripmanager.gripEventDelegate;

Remarks

The eventargs of the function is an object with following properties:

sender: is always the vdrawObj entity: the entity of which the grip is moved indexes: an array of integers that represents the the grip indexes of the entity that are moved offset: an array of dx and dy movement foreach selected index in the indexes property

See Also