Gets which node an arrow would be attached to if the RequestCreateArrow event is validated.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ExpectedDestination() As Object |
C++
Copy Code
|
|---|
public: |
RemarksThis property is valid only in a RequestCreateArrow event handler. It holds a reference to the object that will become arrow's DestinationBox or DestinationTable if the arrow creation is validated.
ExampleThe following VB example demonstrates possible use of the property:
VB6
Copy Code
|
|---|
Private Sub fc_RequestCreateArrow(ByVal arrow As FLOWCHARTLibCtl.IArrowItem, pbCreate As Boolean) |
See Also