| Package | away3d.events |
| Class | public class ElementEvent |
| Inheritance | ElementEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| element : Element
A reference to the element object that is relevant to the event.
| ElementEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
ElementEvent object. | ElementEvent | ||
|
clone():Event
Creates a copy of the ElementEvent object and sets the value of each property to match that of the original.
| ElementEvent | ||
| element | property |
public var element:Element
A reference to the element object that is relevant to the event.
| ElementEvent | () | constructor |
public function ElementEvent(type:String, element:Element)Parameters
type:String — The type of the event. Possible values are: ElementEvent.VERTEX_CHANGED, ElementEvent.VERTEXVALUE_CHANGED and ElementEvent.VISIBLE_CHANGED.
|
|
element:Element — A reference to the element object that is relevant to the event.
|
| clone | () | method |
public override function clone():Event
Creates a copy of the ElementEvent object and sets the value of each property to match that of the original.
ReturnsEvent |