You need to find $\lim_{(x,y)\to(0,0)}\frac{xyf(x,y)}{\sqrt{x^2+y^2}}$. Now the easiest way to find the limit in my opinion is change to polar coordinates. So $x=r\cos\theta,y=r\sin\theta$ and now the limit is:
$\lim_{r\to 0}\frac{r^2cos(\theta)sin(\theta)f(r\cos(\theta),r\sin(\theta))}{r}=\lim_{r\to 0}rf(r\cos(\theta),r\sin(\theta))cos(\theta)sin(\theta)=0$
The limit is zero because $rf(r\cos(\theta),r\sin(\theta))$ is a function which goes to zero when $r\to 0$ and $\cos(\theta)\sin(\theta)$ is a constant function with respect to $r$, so their product goes to zero without dependence on $\theta$.