On 2010-01-22, at 19:31, Rami Ojares wrote: > +1 > It would be a mess if you would keep the both approaches side-by-side. > > However they could be kept side-by-side by making the events all lowercase > like oncancel etc. (that seems to be laszlo standard)
True > Also I am not sure but do event names and method names collide? Unfortunately yes. Events are just attributes with a particular type and default value. Although there is an improvement request to change this.
