| Package | com.yworks.graph.model |
| Class | public class NodeEvent |
| Inheritance | NodeEvent GraphEvent flash.events.Event |
See also
| Method | Defined By | ||
|---|---|---|---|
NodeEvent(type:String, item:IModelItem, kind:String, graph:IGraph, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new instance
| NodeEvent | ||
clone():Event [override]
| NodeEvent | ||
| NodeEvent | () | Constructor |
public function NodeEvent(type:String, item:IModelItem, kind:String, graph:IGraph, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new instance
Parameterstype:String — The type of the Event as String
| |
item:IModelItem — The item to which this event is related
| |
kind:String — A String value which gives a closer specification of this event as defined by GraphEventKind
| |
graph:IGraph — The graph to which this event is related
| |
bubbles:Boolean (default = false) — true if this event bubbles
| |
cancelable:Boolean (default = false) — true if this event is cancelable
|
See also
| clone | () | method |
override public function clone():EventReturns
Event |