in the visual studio .NET samples that come with the product, why do
javascript functions all have the parameters below. Even though, the event
(like Onclick) which is calling it doesn't have any parameters.
private function somename(sender :Object, e:EventArgs)
thanks.
javascript functions all have the parameters below. Even though, the event
(like Onclick) which is calling it doesn't have any parameters.
private function somename(sender :Object, e:EventArgs)
thanks.
Comment