| Package | com.yworks.graph.input |
| Class | public class BendCreatedEvent |
| Inheritance | BendCreatedEvent flash.events.Event |
Event which is dispatched when a new bend was created.
| Property | Defined by | ||
|---|---|---|---|
| bend : IBend
[read-only]
Returns the bend that was created.
| BendCreatedEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
BendCreatedEvent(bend:IBend)
The constructor takes the created bend as parameter.
| BendCreatedEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| BEND_CREATED : String = "bendCreated" [static]
| BendCreatedEvent | ||
| bend | property |
bend:IBend [read-only]Returns the bend that was created.
Implementation public function get bend():IBend
| BendCreatedEvent | () | constructor |
public function BendCreatedEvent(bend:IBend)The constructor takes the created bend as parameter.
Parametersbend:IBend — The created bend.
|
| BEND_CREATED | constant |
public static const BEND_CREATED:String = "bendCreated"