The graphic they clicked on is in the event argument (e.Graphic). Note that if you click on a cluster, you get the cluster that represents the clustered graphics. This is by design.
If you add a MouseLeftButtonDown event on the GraphicsLayer with clusterer, e.Graphic is your node that represents the cluster and you can view its attributes (Count, Size, Color).