Occurs when the user draws a new arrow.
SyntaxVB6
Copy Code
|
|---|
Public Event ArrowCreated |
Event DataParameter Type Description arrow [input] reference to an Arrow The arrow that is created.
Dispatch ID: 8
RemarksRaised when a user draws a new arrow. Reference to that arrow is passed as an argument to the event handler. To prevent the user from creating an arrow, use the RequestCreateArrow validation event.
See Also