[flexcoders] What is ObjectEvent.property property?

2006-02-28 Thread Vadim Melnik
Hi All, Documentation describes mx.utils.event.ObjectEvent.property as public String property [1]. But Flex 2 Beta 1 implements it as AS3 Object (and we have to cast it to String explicitly, to prevent compilaton errors). Is there reason to have other type for property name than string? And if so

RE: [flexcoders] What is ObjectEvent.property property?

2006-02-28 Thread Matt Chotin
Sent: Tuesday, February 28, 2006 9:00 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] What is ObjectEvent.property property? Hi All, Documentation describes mx.utils.event.ObjectEvent.property as public String property [1]. But Flex 2 Beta 1 implements it as AS3 Object (and we have to cast