Raised when the user is moving an arrow end point over an object.
SyntaxVB6
Copy Code
|
|---|
Public Event RequestAttachArrow |
Event DataParameter | Type | Description |
|---|---|---|
arrow | [input] reference to Arrow object | The arrow that the user is trying to modify. |
changingOrg | [input] boolean | true if the user is moving the arrow starting point; false if moving the ending point. |
obj | [input] reference to object | The object to which the arrow will be attached. |
attach | [output] boolean | Set it to false to cancel the operation. |
Dispatch ID: 58
RemarksRaised when the user is moving an arrow end point over an object. This event enables you to forbid changing arrows origin or destination objects. Set the attach parameter to false and the operation will be cancelled.
See Also