Packagecom.yworks.graph.input
Classpublic class BendCreatedEvent
InheritanceBendCreatedEvent Inheritance flash.events.Event

An Event which is dispatched when a new bend was created.



Public Properties
 PropertyDefined by
  bend : IBend
[read-only] Returns the bend that was created.
BendCreatedEvent
Public Methods
 MethodDefined by
  
The constructor takes the created bend as parameter.
BendCreatedEvent
Public Constants
 ConstantDefined by
  BEND_CREATED : String = "bendCreated"
[static]
BendCreatedEvent
Property detail
bendproperty
bend:IBend  [read-only]

Returns the bend that was created.

Implementation
    public function get bend():IBend
Constructor detail
BendCreatedEvent()constructor
public function BendCreatedEvent(bend:IBend)

The constructor takes the created bend as parameter.

Parameters
bend:IBend — The created bend.
Constant detail
BEND_CREATEDconstant
public static const BEND_CREATED:String = "bendCreated"