If I declare an attribute, e.g.,
<attribute name="duration" type="number" value="0"/> Is an "onduration" event implicitly declared for it by the compiler? I'm trying to implement a component which has an "onduration" event as part of it's API, and wondering if I should declare the event explicitly or not. -- Henry Minsky Software Architect [email protected]
